diff --git a/lib/libc/test/printf_tests_float.cpp b/lib/libc/test/printf_tests_float.cpp index 90d71faa..344fabba 100644 --- a/lib/libc/test/printf_tests_float.cpp +++ b/lib/libc/test/printf_tests_float.cpp @@ -4,6 +4,8 @@ // license that can be found in the LICENSE file or at // https://opensource.org/licenses/MIT +#if !WITH_NO_FP + #include #include #include @@ -63,3 +65,5 @@ RUN_TEST(hex); END_TEST_CASE(printf_tests_float) } // namespace + +#endif // !WITH_NO_FP