From f31c2e6b65d7bfa50af449dd26206b0805968d81 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 6 Sep 2011 13:57:57 +0800 Subject: add chewing support --- tests/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') 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 -- cgit