summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-09-01 15:18:53 +0800
committerPeng Wu <alexepico@gmail.com>2010-09-01 15:18:53 +0800
commit7e544ad0d4261320ad4e2fa3228b9b81ed76ffb0 (patch)
tree99dec9a83d1614040a9e3e70cc9270e030032260 /tests
parentadb921802288a80b216683aab0e454abfdd6fa00 (diff)
downloadlibpinyin-7e544ad0d4261320ad4e2fa3228b9b81ed76ffb0.tar.gz
libpinyin-7e544ad0d4261320ad4e2fa3228b9b81ed76ffb0.tar.xz
libpinyin-7e544ad0d4261320ad4e2fa3228b9b81ed76ffb0.zip
add test phrase to Makefile.am
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am
index e38c690..8d73153 100644
--- a/tests/storage/Makefile.am
+++ b/tests/storage/Makefile.am
@@ -22,6 +22,7 @@ INCLUDES = -I$(top_srcdir)/src/include \
noinst_PROGRAMS = test_parser \
test_pinyin_index \
test_phrase_index \
+ test_phrase_table \
test_ngram
test_parser_SOURCES = test_parser.cpp
@@ -36,6 +37,10 @@ test_phrase_index_SOURCES = test_phrase_index.cpp
test_phrase_index_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@
+test_phrase_table_SOURCES = test_phrase_table.cpp
+
+test_phrase_table_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@
+
test_ngram_SOURCES = test_ngram.cpp
test_ngram_LDADD = ../../src/storage/libstorage.la @GLIB2_LDFLAGS@