aboutsummaryrefslogtreecommitdiff
path: root/test/Unit/unordsf2vfp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/unordsf2vfp_test.c')
-rw-r--r--test/Unit/unordsf2vfp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/unordsf2vfp_test.c b/test/Unit/unordsf2vfp_test.c
index dedd7ecdd8c8..3cadc81c708b 100644
--- a/test/Unit/unordsf2vfp_test.c
+++ b/test/Unit/unordsf2vfp_test.c
@@ -42,6 +42,8 @@ int main()
return 1;
if (test__unordsf2vfp(1.0, 1.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}