Skip to content
Snippets Groups Projects
Commit 6a95628f authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[+] Added copying test file to executive directory

parent 30219b94
No related branches found
No related tags found
No related merge requests found
......@@ -37,13 +37,12 @@ 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/main_test.py
# DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/test/test.py
DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
if(BUILD_DAP_TESTS)
if(BUILD_DAP__TESTS)
# file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/test/main_test.py
# DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
enable_testing()
#add_subdirectory(test)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment