Skip to content
Snippets Groups Projects
Commit 637e6ca3 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

All functional tests switched back

parent b21a93ab
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,14 @@ execute_process(COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/T
#file(COPY ${CMAKE_SOURCE_DIR}/Tests/FunctionalTests/TestPyFit DESTINATION ${CMAKE_BINARY_DIR}/Tests/FunctionalTests/TestPyFit)
#COPY_IF_DIFFERENT( ${CMAKE_SOURCE_DIR}/Tests/FunctionalTests/TestPyFit ${CMAKE_BINARY_DIR}/Tests/FunctionalTests/TestPyFit ${SRC_FILES} IncludeTargets "Includes")
#add_subdirectory(TestCore)
add_subdirectory(TestCore)
add_subdirectory(TestFit)
#if(BORNAGAIN_PYTHON)
# add_subdirectory(TestPyCore)
# add_subdirectory(TestPyFit)
#endif()
#if(BORNAGAIN_GUI)
# add_subdirectory(TestGUI)
#endif()
if(BORNAGAIN_PYTHON)
add_subdirectory(TestPyCore)
add_subdirectory(TestPyFit)
endif()
if(BORNAGAIN_GUI)
add_subdirectory(TestGUI)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment