aboutsummaryrefslogtreecommitdiff
path: root/test/builtins/Unit/mulvsi3_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/builtins/Unit/mulvsi3_test.c')
-rw-r--r--test/builtins/Unit/mulvsi3_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/builtins/Unit/mulvsi3_test.c b/test/builtins/Unit/mulvsi3_test.c
index 64df4fe24daf..f62a5aa42afa 100644
--- a/test/builtins/Unit/mulvsi3_test.c
+++ b/test/builtins/Unit/mulvsi3_test.c
@@ -1,3 +1,4 @@
+// RUN: %clang_builtins %s %librt -o %t && %run %t
//===-- mulvsi3_test.c - Test __mulvsi3 -----------------------------------===//
//
// The LLVM Compiler Infrastructure