Skip to content

Commit

Permalink
Update subproject commit in extern/riddle and change NUM_TESTS to 1 i…
Browse files Browse the repository at this point in the history
…n CMakeLists.txt
  • Loading branch information
riccardodebenedictis committed Nov 13, 2024
1 parent 0fb2080 commit 3220eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extern/riddle
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ target_link_libraries(core_tests PRIVATE oRatioLib)

add_executable(solver_tests test_solver.cpp)
add_dependencies(solver_tests oRatioLib)
target_compile_definitions(solver_tests PRIVATE NUM_TESTS=5)
target_compile_definitions(solver_tests PRIVATE NUM_TESTS=1)
target_link_libraries(solver_tests PRIVATE oRatioLib)

add_test(NAME oRatio_CoreTest COMMAND core_tests WORKING_DIRECTORY ${CMAKE_BINARY_DIR})
Expand Down

0 comments on commit 3220eab

Please sign in to comment.