From 88fcb70c229d1e86ecf2bb44ccda4b8efe07a796 Mon Sep 17 00:00:00 2001 From: ckormanyos Date: Sun, 17 Aug 2025 09:02:03 +0200 Subject: [PATCH] Remember to try the tests on all runners --- test/jso_test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/jso_test.cpp b/test/jso_test.cpp index 443257a6c..f56fa131f 100644 --- a/test/jso_test.cpp +++ b/test/jso_test.cpp @@ -157,14 +157,12 @@ void test_dimensioned_sphere() { #endif int main() { -#if defined(__clang__) || defined(_MSC_VER) test_ackley(); test_ackley(); test_rosenbrock_saddle(); test_rastrigin(); test_three_hump_camel(); test_beale(); -#endif #if BOOST_MATH_TEST_UNITS_COMPATIBILITY test_dimensioned_sphere(); #endif