summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-07 12:32:57 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-07 12:32:57 +0800
commitebed3789e3db58958106306f8907b3ea4ab9bcd6 (patch)
treeab88fff3a49e4e81cfe31e38d302d923e8632b95 /tests
parent2ed063e8baa49779c810241119ba920917645890 (diff)
downloadlibpinyin-ebed3789e3db58958106306f8907b3ea4ab9bcd6.tar.gz
libpinyin-ebed3789e3db58958106306f8907b3ea4ab9bcd6.tar.xz
libpinyin-ebed3789e3db58958106306f8907b3ea4ab9bcd6.zip
rename test_pinyin_index to test_pinyin_table
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