summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/storage/CMakeLists.txt b/tests/storage/CMakeLists.txt
index ca03539..96b12fc 100644
--- a/tests/storage/CMakeLists.txt
+++ b/tests/storage/CMakeLists.txt
@@ -1,16 +1,6 @@
include_directories(..)
add_executable(
- test_parser
- test_parser.cpp
-)
-
-target_link_libraries(
- test_parser
- libpinyin
-)
-
-add_executable(
test_parser2
test_parser2.cpp
)
@@ -31,16 +21,6 @@ target_link_libraries(
)
add_executable(
- test_pinyin_table
- test_pinyin_table.cpp
-)
-
-target_link_libraries(
- test_pinyin_table
- libpinyin
-)
-
-add_executable(
test_phrase_index
test_phrase_index.cpp
)