summaryrefslogtreecommitdiffstats
path: root/tests/lookup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lookup')
-rw-r--r--tests/lookup/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lookup/CMakeLists.txt b/tests/lookup/CMakeLists.txt
index ff6e7fc..3304c47 100644
--- a/tests/lookup/CMakeLists.txt
+++ b/tests/lookup/CMakeLists.txt
@@ -1,12 +1,12 @@
include_directories(..)
add_executable(
- test_simple_lookup
- test_simple_lookup.cpp
+ test_pinyin_lookup
+ test_pinyin_lookup.cpp
)
target_link_libraries(
- test_simple_lookup
+ test_pinyin_lookup
libpinyin
)