Skip to content
Snippets Groups Projects
Commit b9b677e3 authored by Ian Bell's avatar Ian Bell
Browse files

Generalize the testing spec

parent df5aa2ad
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,9 @@ if (NOT TEQP_NO_PYTHON)
target_link_libraries(teqp PRIVATE autodiff)
endif()
add_executable(catch_tests "${CMAKE_CURRENT_SOURCE_DIR}/src/tests/catch_tests.cxx" "${CMAKE_CURRENT_SOURCE_DIR}/src/tests/catch_test_mutant.cxx" "${CMAKE_CURRENT_SOURCE_DIR}/src/tests/catch_test_cubics.cxx")
file(GLOB catch_tests_files "${CMAKE_CURRENT_SOURCE_DIR}/src/tests/*.cxx")
add_executable(catch_tests "${catch_tests_files}")
if (MSVC)
target_sources(catch_tests PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/externals/Eigen/debug/msvc/eigen.natvis")
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