aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-06-24 21:36:26 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-06-24 21:36:26 +0000
commit181f7cee9c7b9396ebf428465f03ab49ea113e66 (patch)
tree7cd9c9e8ef37e897a3883d422a8a70e7a75e63a6 /test/CodeGen/Thumb2
parent306b5b24878c7889b16427c8b8cc0f9fac1ee8b0 (diff)
downloadexternal_llvm-181f7cee9c7b9396ebf428465f03ab49ea113e66.zip
external_llvm-181f7cee9c7b9396ebf428465f03ab49ea113e66.tar.gz
external_llvm-181f7cee9c7b9396ebf428465f03ab49ea113e66.tar.bz2
We should run these tests as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2')
-rw-r--r--test/CodeGen/Thumb2/dg.exp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/Thumb2/dg.exp b/test/CodeGen/Thumb2/dg.exp
new file mode 100644
index 0000000..3ff359a
--- /dev/null
+++ b/test/CodeGen/Thumb2/dg.exp
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target ARM] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}