We should run these tests as well.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 24 Jun 2009 21:36:26 +0000 (21:36 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 24 Jun 2009 21:36:26 +0000 (21:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74121 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Thumb/dg.exp [new file with mode: 0644]
test/CodeGen/Thumb2/dg.exp [new file with mode: 0644]

diff --git a/test/CodeGen/Thumb/dg.exp b/test/CodeGen/Thumb/dg.exp
new file mode 100644 (file)
index 0000000..3ff359a
--- /dev/null
@@ -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 (file)
index 0000000..3ff359a
--- /dev/null
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target ARM] } {
+  RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}