diff options
author | Peng Wu <alexepico@gmail.com> | 2011-12-08 10:25:39 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2011-12-08 10:25:39 +0800 |
commit | fbf33991cf8fb42858b2609760815ebb5d3ad7bc (patch) | |
tree | 936fc3341b42e067a754d484bcb57ba02370da4e /tests/lookup | |
parent | dfe121f57c1834a622f8ea2dedafc47c47edec8f (diff) | |
download | libpinyin-fbf33991cf8fb42858b2609760815ebb5d3ad7bc.tar.gz libpinyin-fbf33991cf8fb42858b2609760815ebb5d3ad7bc.tar.xz libpinyin-fbf33991cf8fb42858b2609760815ebb5d3ad7bc.zip |
rename test_simple_lookup to test_pinyin_lookup
Diffstat (limited to 'tests/lookup')
-rw-r--r-- | tests/lookup/Makefile.am | 7 | ||||
-rw-r--r-- | tests/lookup/test_pinyin_lookup.cpp (renamed from tests/lookup/test_simple_lookup.cpp) | 0 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/lookup/Makefile.am b/tests/lookup/Makefile.am index 9c93dad..0329709 100644 --- a/tests/lookup/Makefile.am +++ b/tests/lookup/Makefile.am @@ -22,11 +22,12 @@ INCLUDES = -I$(top_srcdir)/src \ -I$(top_srcdir)/tests \ @GLIB2_CPPFLAGS@ -noinst_PROGRAMS = test_simple_lookup test_phrase_lookup +noinst_PROGRAMS = test_pinyin_lookup \ + test_phrase_lookup -test_simple_lookup_SOURCES = test_simple_lookup.cpp +test_pinyin_lookup_SOURCES = test_pinyin_lookup.cpp -test_simple_lookup_LDADD = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@ +test_pinyin_lookup_LDADD = ../../src/libpinyin_internal.la @GLIB2_LDFLAGS@ test_phrase_lookup_SOURCES = test_phrase_lookup.cpp diff --git a/tests/lookup/test_simple_lookup.cpp b/tests/lookup/test_pinyin_lookup.cpp index dad9ddd..dad9ddd 100644 --- a/tests/lookup/test_simple_lookup.cpp +++ b/tests/lookup/test_pinyin_lookup.cpp |