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