summaryrefslogtreecommitdiff
path: root/test/Unit/divdf3vfp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Unit/divdf3vfp_test.c')
-rw-r--r--test/Unit/divdf3vfp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/divdf3vfp_test.c b/test/Unit/divdf3vfp_test.c
index ce5b2585..e13822ff 100644
--- a/test/Unit/divdf3vfp_test.c
+++ b/test/Unit/divdf3vfp_test.c
@@ -41,6 +41,8 @@ int main()
return 1;
if (test__divdf3vfp(10.0, -2.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}