summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am
index bfe19a3..4d333b6 100644
--- a/tests/storage/Makefile.am
+++ b/tests/storage/Makefile.am
@@ -26,9 +26,7 @@ TESTS = test_phrase_index_logger \
test_ngram \
test_flexible_ngram
-noinst_PROGRAMS = test_parser \
- test_pinyin_table \
- test_phrase_index \
+noinst_PROGRAMS = test_phrase_index \
test_phrase_index_logger \
test_phrase_table \
test_ngram \
@@ -37,14 +35,6 @@ noinst_PROGRAMS = test_parser \
test_chewing_table
-test_parser_SOURCES = test_parser.cpp
-
-test_parser_LDADD = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@
-
-test_pinyin_table_SOURCES = test_pinyin_table.cpp
-
-test_pinyin_table_LDADD = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@
-
test_phrase_index_SOURCES = test_phrase_index.cpp
test_phrase_index_LDADD = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@