2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Remember to try the tests on all runners

This commit is contained in:
ckormanyos
2025-08-17 09:02:03 +02:00
parent 21abd02d80
commit 88fcb70c22

View File

@@ -157,14 +157,12 @@ void test_dimensioned_sphere() {
#endif
int main() {
#if defined(__clang__) || defined(_MSC_VER)
test_ackley<float>();
test_ackley<double>();
test_rosenbrock_saddle<double>();
test_rastrigin<double>();
test_three_hump_camel<float>();
test_beale<double>();
#endif
#if BOOST_MATH_TEST_UNITS_COMPATIBILITY
test_dimensioned_sphere();
#endif