From cc9b104329e04e38ce1c38ba3c82550a1b040bfa Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 24 Feb 2012 12:01:10 +0800 Subject: update Makefile.am --- tests/storage/Makefile.am | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'tests/storage') 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@ -- cgit