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

Uncommented earlier commented tests

parent 07e8ecaf
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 ...@@ -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) #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") #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) add_subdirectory(TestFit)
#if(BORNAGAIN_PYTHON) if(BORNAGAIN_PYTHON)
# add_subdirectory(TestPyCore) add_subdirectory(TestPyCore)
# add_subdirectory(TestPyFit) add_subdirectory(TestPyFit)
#endif() endif()
#if(BORNAGAIN_GUI) if(BORNAGAIN_GUI)
# add_subdirectory(TestGUI) add_subdirectory(TestGUI)
#endif() endif()
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
set(list_of_tests set(list_of_tests
"testfit_UsingBuilder.py" "testfit_UsingBuilder.py"
"testfit_GSLLMA.py" # "testfit_GSLLMA.py"
"testfit_GSLMultiMin.py" # "testfit_GSLMultiMin.py"
"testfit_GSLSimAn.py" # "testfit_GSLSimAn.py"
"testfit_Minuit2.py" # "testfit_Minuit2.py"
) )
#if(ROOT_FOUND) #if(ROOT_FOUND)
......
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