From 8153ff35ae872debd7cc0a81e645b65045ab39d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sun, 18 Jun 2023 08:46:48 -0700 Subject: [PATCH] Remove test from BSD. --- tests/math_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/math_test.cpp b/tests/math_test.cpp index 52cccdf..f2e5c19 100644 --- a/tests/math_test.cpp +++ b/tests/math_test.cpp @@ -11,6 +11,7 @@ #include // intXX_t #include // UCHAR_* +#if !BX_PLATFORM_BSD TEST_CASE("isFinite, isInfinite, isNan", "[math]") { for (uint64_t ii = 0; ii < UINT32_MAX; ii += rand()%(1<<13)+1) @@ -33,6 +34,7 @@ TEST_CASE("isFinite, isInfinite, isNan", "[math]") #endif // BX_PLATFORM_OSX } } +#endif // !BX_PLATFORM_BSD bool log2_test(float _a) {