summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/Makefile.am7
-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