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