summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-09 13:33:06 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-09 13:33:06 +0800
commita88d2183b001b78a68dae617166b6c61d559fc3f (patch)
tree5f9d4063b0e129053e135ebb512de8a51e9d7e6a /tests
parent35c74931e9a775500792c5e066bd10478a932d35 (diff)
downloadlibzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.tar.gz
libzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.tar.xz
libzhuyin-a88d2183b001b78a68dae617166b6c61d559fc3f.zip
update cmakes
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt6
-rw-r--r--tests/include/CMakeLists.txt4
-rw-r--r--tests/lookup/CMakeLists.txt4
-rw-r--r--tests/storage/CMakeLists.txt14
4 files changed, 14 insertions, 14 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 5783407..3338796 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -9,7 +9,7 @@ add_executable(
target_link_libraries(
test_pinyin
- libpinyin
+ libzhuyin
)
add_executable(
@@ -19,7 +19,7 @@ add_executable(
target_link_libraries(
test_phrase
- libpinyin
+ libzhuyin
)
add_executable(
@@ -29,5 +29,5 @@ add_executable(
target_link_libraries(
test_chewing
- libpinyin
+ libzhuyin
)
diff --git a/tests/include/CMakeLists.txt b/tests/include/CMakeLists.txt
index f51c87e..dd82f90 100644
--- a/tests/include/CMakeLists.txt
+++ b/tests/include/CMakeLists.txt
@@ -5,5 +5,5 @@ add_executable(
target_link_libraries(
test_memory_chunk
- libpinyin
-) \ No newline at end of file
+ libzhuyin
+)
diff --git a/tests/lookup/CMakeLists.txt b/tests/lookup/CMakeLists.txt
index 3304c47..79dc1ba 100644
--- a/tests/lookup/CMakeLists.txt
+++ b/tests/lookup/CMakeLists.txt
@@ -7,7 +7,7 @@ add_executable(
target_link_libraries(
test_pinyin_lookup
- libpinyin
+ libzhuyin
)
add_executable(
@@ -17,5 +17,5 @@ add_executable(
target_link_libraries(
test_phrase_lookup
- libpinyin
+ libzhuyin
)
diff --git a/tests/storage/CMakeLists.txt b/tests/storage/CMakeLists.txt
index 96b12fc..3512370 100644
--- a/tests/storage/CMakeLists.txt
+++ b/tests/storage/CMakeLists.txt
@@ -7,7 +7,7 @@ add_executable(
target_link_libraries(
test_parser2
- libpinyin
+ libzhuyin
)
add_executable(
@@ -17,7 +17,7 @@ add_executable(
target_link_libraries(
test_chewing_table
- libpinyin
+ libzhuyin
)
add_executable(
@@ -27,7 +27,7 @@ add_executable(
target_link_libraries(
test_phrase_index
- libpinyin
+ libzhuyin
)
add_executable(
@@ -37,7 +37,7 @@ add_executable(
target_link_libraries(
test_phrase_index_logger
- libpinyin
+ libzhuyin
)
add_executable(
@@ -47,7 +47,7 @@ add_executable(
target_link_libraries(
test_phrase_table
- libpinyin
+ libzhuyin
)
add_executable(
@@ -57,7 +57,7 @@ add_executable(
target_link_libraries(
test_ngram
- libpinyin
+ libzhuyin
)
add_executable(
@@ -67,5 +67,5 @@ add_executable(
target_link_libraries(
test_flexible_ngram
- libpinyin
+ libzhuyin
)