We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3483e73 commit 2fa13a8Copy full SHA for 2fa13a8
test/CMakeLists.txt
@@ -25,6 +25,7 @@ macro(proxsuite_test name path)
25
target_link_libraries(test-cpp-${name} proxsuite doctest proxsuite-test-util)
26
target_compile_definitions(test-cpp-${name}
27
PRIVATE PROBLEM_PATH="${CMAKE_CURRENT_SOURCE_DIR}")
28
+ add_dependencies(build_tests test-cpp-${name})
29
endmacro()
30
31
proxsuite_test(dense_ruiz_equilibration src/dense_ruiz_equilibration.cpp)
0 commit comments