diff options
| author | Peng Wu <alexepico@gmail.com> | 2020-08-24 13:59:59 +0800 |
|---|---|---|
| committer | Peng Wu <alexepico@gmail.com> | 2020-08-24 13:59:59 +0800 |
| commit | bcbddea99ec91f9919551c5e40801094f41e5a62 (patch) | |
| tree | 5124ac1c85d4469c863a0f094ac00d4b87feba70 /tests/include | |
| parent | 079cbf27c96d31ca487f7137cd8262f553b095f0 (diff) | |
| download | libpinyin-bcbddea99ec91f9919551c5e40801094f41e5a62.tar.gz libpinyin-bcbddea99ec91f9919551c5e40801094f41e5a62.tar.xz libpinyin-bcbddea99ec91f9919551c5e40801094f41e5a62.zip | |
CMake: update tests
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/include/CMakeLists.txt b/tests/include/CMakeLists.txt index 3ad956c..43c029f 100644 --- a/tests/include/CMakeLists.txt +++ b/tests/include/CMakeLists.txt @@ -7,3 +7,5 @@ target_link_libraries( test_memory_chunk pinyin ) + +add_test(NAME memory_chunk COMMAND test_memory_chunk) |
