summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/Makefile.am6
-rw-r--r--tests/storage/test_pinyin_table.cpp (renamed from tests/storage/test_pinyin_index.cpp)0
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/storage/Makefile.am b/tests/storage/Makefile.am
index 8c106bf..746036a 100644
--- a/tests/storage/Makefile.am
+++ b/tests/storage/Makefile.am
@@ -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
diff --git a/tests/storage/test_pinyin_index.cpp b/tests/storage/test_pinyin_table.cpp
index 659e236..659e236 100644
--- a/tests/storage/test_pinyin_index.cpp
+++ b/tests/storage/test_pinyin_table.cpp