summaryrefslogtreecommitdiff
path: root/test
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
commit2e1af3529b7d21e98ab206246b599fd9324ec6d7 (patch)
tree7cd9c9e8ef37e897a3883d422a8a70e7a75e63a6 /test
parentcb21010fa0d7fd7018ddd966ca5bb48a47022ad0 (diff)
downloadllvm-2e1af3529b7d21e98ab206246b599fd9324ec6d7.tar.gz
llvm-2e1af3529b7d21e98ab206246b599fd9324ec6d7.tar.bz2
llvm-2e1af3529b7d21e98ab206246b599fd9324ec6d7.tar.xz
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')
-rw-r--r--test/CodeGen/Thumb/dg.exp5
-rw-r--r--test/CodeGen/Thumb2/dg.exp5
2 files changed, 10 insertions, 0 deletions
diff --git a/test/CodeGen/Thumb/dg.exp b/test/CodeGen/Thumb/dg.exp
new file mode 100644
index 0000000000..3ff359aab3
--- /dev/null
+++ b/test/CodeGen/Thumb/dg.exp
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target ARM] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}
diff --git a/test/CodeGen/Thumb2/dg.exp b/test/CodeGen/Thumb2/dg.exp
new file mode 100644
index 0000000000..3ff359aab3
--- /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}]]
+}