Skip to content

Commit

Permalink
debug CI 20
Browse files Browse the repository at this point in the history
  • Loading branch information
shutsch committed Feb 25, 2024
1 parent 36ab701 commit da2d44a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions c_library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,9 @@ endif()
# set properties for installation
set_target_properties(ImagineModels PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION})

if (COMPILE_TESTS)
if (IMAGINEMODELS_COMPILE_TESTS)
# Build tests
enable_testing()
#set(TESTSOURCES grid parameter_update positions derivatives)
#foreach(test ${TESTSOURCES})
# set(test_name ${test}_ctest)
# add_executable(${test_name} "${PROJECT_SOURCE_DIR}/test/regular/test_${test}.cc")
# target_link_libraries(${test_name} ImagineModels ${LIBRARIES})
# add_test(${test_name} ${test_name})
#endforeach()

set(TESTSOURCES uniform helix regular) #parameter_update positions derivatives)
add_executable(test_main "${PROJECT_SOURCE_DIR}/test/test_main.cc")
Expand Down

0 comments on commit da2d44a

Please sign in to comment.