diff options
author | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-08 23:47:07 +0300 |
---|---|---|
committer | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-08 23:47:07 +0300 |
commit | fe781e5ae7116733e5b335a0ac016af97266db5f (patch) | |
tree | d5cf6ebfc27b84745df5d6e3db04b04d0b524706 /CMakeLists.txt | |
parent | f67f2c3d5b67f54dae2c2c2754f43b4351445c80 (diff) | |
download | ck-fe781e5ae7116733e5b335a0ac016af97266db5f.tar.gz ck-fe781e5ae7116733e5b335a0ac016af97266db5f.tar.bz2 ck-fe781e5ae7116733e5b335a0ac016af97266db5f.zip |
Way better Edit
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f5117f..b5e474e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,5 +114,5 @@ if (CK_TESTS) configure_file(${TESTS_DIR}/03_delete ${BIN_TESTS_DIR}/03_delete @ONLY) configure_file(${TESTS_DIR}/04_search ${BIN_TESTS_DIR}/04_search @ONLY) # check_ck - configure_file(${RES_DIR}/check_ck check_ck @ONLY) + configure_file(${RES_DIR}/test-ck test-ck @ONLY) endif() |