summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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@