From a32f7a858e9b8a2529f0e46cd02c93a1fa4c0c57 Mon Sep 17 00:00:00 2001 From: Alexey Stratulat <alexey.stratulat@demlabs.net> Date: Fri, 26 Jul 2019 17:57:32 +0700 Subject: [PATCH] [*] Removed test copies from the directory --- CMakeLists.txt | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94375abc..bfceb387 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,15 +34,8 @@ target_compile_options( target_link_libraries(${PROJECT_NAME} dap_core dap_crypto) -#file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/src/libdapConnector.py -# DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) - -file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/test/test.py - DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) - -if(BUILD_DAP__TESTS) -# file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/test/main_test.py -# DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/) - enable_testing() -endif() +#if(BUILD_DAP_PYTHON_TESTS) +# add_subdirectory(test) +# enable_testing() +#endif() -- GitLab