summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am7
-rw-r--r--tests/test_chewing.cpp0
2 files changed, 6 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index fd9039d..94c831c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -31,7 +31,8 @@ INCLUDES = -I$(top_srcdir)/src \
@GLIB2_CPPFLAGS@
noinst_PROGRAMS = test_pinyin \
- test_phrase
+ test_phrase \
+ test_chewing
test_pinyin_SOURCES = test_pinyin.cpp
@@ -40,3 +41,7 @@ test_pinyin_LDADD = ../src/libpinyin.la @GLIB2_LDFLAGS@
test_phrase_SOURCES = test_phrase.cpp
test_phrase_LDADD = ../src/libpinyin.la @GLIB2_LDFLAGS@
+
+test_chewing_SOURCES = test_chewing.cpp
+
+test_chewing_LDADD = ../src/libpinyin.la @GLIB2_LDFLAGS@ \ No newline at end of file
diff --git a/tests/test_chewing.cpp b/tests/test_chewing.cpp
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/test_chewing.cpp