rename test_pinyin_index to test_pinyin_table
authorPeng Wu <alexepico@gmail.com>
Wed, 7 Dec 2011 04:32:57 +0000 (12:32 +0800)
committerPeng Wu <alexepico@gmail.com>
Wed, 7 Dec 2011 04:32:57 +0000 (12:32 +0800)
tests/storage/Makefile.am
tests/storage/test_pinyin_table.cpp [moved from tests/storage/test_pinyin_index.cpp with 100% similarity]

index 8c106bf..746036a 100644 (file)
@@ -23,7 +23,7 @@ INCLUDES                = -I$(top_srcdir)/src \
                           @GLIB2_CPPFLAGS@
 
 noinst_PROGRAMS          = test_parser \
-                          test_pinyin_index \
+                          test_pinyin_table \
                           test_phrase_index \
                           test_phrase_index_logger \
                           test_phrase_table \
@@ -37,9 +37,9 @@ test_parser_SOURCES    = test_parser.cpp
 
 test_parser_LDADD      = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@
 
-test_pinyin_index_SOURCES    = test_pinyin_index.cpp
+test_pinyin_table_SOURCES    = test_pinyin_table.cpp
 
-test_pinyin_index_LDADD      = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@
+test_pinyin_table_LDADD      = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@
 
 test_phrase_index_SOURCES = test_phrase_index.cpp