From fe1980851c95afa18300c5cf9d8bbda842b784d2 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 22 Aug 2011 14:45:48 +0800 Subject: begin to write test phrase index logger --- tests/storage/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/storage/Makefile.am') diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am index 6eb5021..3097a28 100644 --- a/tests/storage/Makefile.am +++ b/tests/storage/Makefile.am @@ -24,10 +24,12 @@ INCLUDES = -I$(top_srcdir)/src \ noinst_PROGRAMS = test_parser \ test_pinyin_index \ test_phrase_index \ + test_phrase_index_logger \ test_phrase_table \ test_ngram \ test_flexible_ngram + test_parser_SOURCES = test_parser.cpp test_parser_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ @@ -40,6 +42,10 @@ test_phrase_index_SOURCES = test_phrase_index.cpp test_phrase_index_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ +test_phrase_index_logger_SOURCES = test_phrase_index_logger.cpp + +test_phrase_index_logger_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ + test_phrase_table_SOURCES = test_phrase_table.cpp test_phrase_table_LDADD = ../../src/libpinyin.la @GLIB2_LDFLAGS@ -- cgit