diff options
author | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-07 14:10:52 +0300 |
---|---|---|
committer | Anastasis Grammenos <anastasis.gramm2@gmail.com> | 2018-10-07 14:10:52 +0300 |
commit | d202883e6d642ba5a973996654cfed674420da22 (patch) | |
tree | 498b07bbba9d16a76cf06d84e45929540222dc87 /CMakeLists.txt | |
parent | a0db476bed7d7b814c426d23b55a74d585a6d8cb (diff) | |
download | ck-d202883e6d642ba5a973996654cfed674420da22.tar.gz ck-d202883e6d642ba5a973996654cfed674420da22.tar.bz2 ck-d202883e6d642ba5a973996654cfed674420da22.zip |
Update regression tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c672bcd..6f5117f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,9 +107,12 @@ if (CK_TESTS) # copy test files set(BIN_TESTS_DIR ${CMAKE_BINARY_DIR}/res/tests) set(PROJECT_TESTING_GROUNDS ${CMAKE_BINARY_DIR}/test_files) - configure_file(${TESTS_DIR}/init ${BIN_TESTS_DIR}/init @ONLY) - configure_file(${TESTS_DIR}/add ${BIN_TESTS_DIR}/add @ONLY) - configure_file(${TESTS_DIR}/list ${BIN_TESTS_DIR}/list @ONLY) + configure_file(${TESTS_DIR}/00_init ${BIN_TESTS_DIR}/00_init @ONLY) + configure_file(${TESTS_DIR}/01_add ${BIN_TESTS_DIR}/01_add @ONLY) + configure_file(${TESTS_DIR}/02_list ${BIN_TESTS_DIR}/02_list @ONLY) + configure_file(${TESTS_DIR}/03_delete ${BIN_TESTS_DIR}/03_delete @ONLY) + 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) endif() |