summaryrefslogtreecommitdiff
path: root/test/builtins/Unit/nedf2vfp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/builtins/Unit/nedf2vfp_test.c')
-rw-r--r--test/builtins/Unit/nedf2vfp_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/builtins/Unit/nedf2vfp_test.c b/test/builtins/Unit/nedf2vfp_test.c
index 69587d468..536917af3 100644
--- a/test/builtins/Unit/nedf2vfp_test.c
+++ b/test/builtins/Unit/nedf2vfp_test.c
@@ -1,3 +1,5 @@
+// RUN: %clang_builtins %s %librt -o %t && %run %t
+
//===-- nedf2vfp_test.c - Test __nedf2vfp ---------------------------------===//
//
// The LLVM Compiler Infrastructure