Skip to content

Commit

Permalink
Testing: Disable STOGO_RAND
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 31, 2024
1 parent 6efc2c3 commit 2d771c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ endmacro()
NLOPT_add_cpp_test(t_tutorial 24 25 31 40)
NLOPT_add_cpp_test(cpp_functor)

NLOPT_add_cpp_test(t_bounded 0 1 2 3 4 5 6 7 8 9 19 35 42 43)
NLOPT_add_cpp_test(t_bounded 0 1 2 3 4 5 6 7 8 19 35 42 43)
if (NOT NLOPT_CXX)
set_tests_properties (check_t_bounded_8 check_t_bounded_9 check_t_bounded_43 PROPERTIES DISABLED TRUE)
set_tests_properties (check_t_bounded_8 check_t_bounded_43 PROPERTIES DISABLED TRUE)
endif ()

# have to add timer.c and mt19937ar.c as symbols are declared extern
Expand Down

0 comments on commit 2d771c1

Please sign in to comment.