From 2d771c19f40b7541c83b6cd5e91223931beb6e67 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Thu, 31 Oct 2024 14:57:02 +0100 Subject: [PATCH] Testing: Disable STOGO_RAND --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f7623167..6106dba8 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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