summaryrefslogtreecommitdiff
path: root/test/Unit/unorddf2vfp_test.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-06-02 20:02:42 +0000
committerEd Schouten <ed@FreeBSD.org>2011-06-02 20:02:42 +0000
commitb0a04aaa595ba76468e521f12727a872d144d6d0 (patch)
tree51db692a6c937b68c7180d996af6bb7952b4b55d /test/Unit/unorddf2vfp_test.c
parentf170b6928b38a264ce005e5fa80d428364b6f659 (diff)
Notes
Diffstat (limited to 'test/Unit/unorddf2vfp_test.c')
-rw-r--r--test/Unit/unorddf2vfp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Unit/unorddf2vfp_test.c b/test/Unit/unorddf2vfp_test.c
index 1031138ae4bd..d49d567896ae 100644
--- a/test/Unit/unorddf2vfp_test.c
+++ b/test/Unit/unorddf2vfp_test.c
@@ -42,6 +42,8 @@ int main()
return 1;
if (test__unorddf2vfp(1.0, 1.0))
return 1;
+#else
+ printf("skipped\n");
#endif
return 0;
}