summaryrefslogtreecommitdiff
path: root/test/LLVMC/dg.exp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-02-08 22:52:50 +0000
committerBill Wendling <isanbard@gmail.com>2009-02-08 22:52:50 +0000
commit171de4fa94092ba9ce364d7e5e8002f3d71527d8 (patch)
tree8d098b3e453bc8944ff40676008593a923dc9760 /test/LLVMC/dg.exp
parentcf5daf7df84638e2120592b985fbfda9cca80416 (diff)
downloadllvm-171de4fa94092ba9ce364d7e5e8002f3d71527d8.tar.gz
llvm-171de4fa94092ba9ce364d7e5e8002f3d71527d8.tar.bz2
llvm-171de4fa94092ba9ce364d7e5e8002f3d71527d8.tar.xz
Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if I want to.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64103 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/dg.exp')
-rw-r--r--test/LLVMC/dg.exp26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/LLVMC/dg.exp b/test/LLVMC/dg.exp
deleted file mode 100644
index 75ae326617..0000000000
--- a/test/LLVMC/dg.exp
+++ /dev/null
@@ -1,26 +0,0 @@
-load_lib llvm.exp
-
-set special_file "$srcdir/$subdir/false.c"
-
-if [ llvm_gcc_supports c ] then {
- # tcl seems to lack 'filter' which would've made this easier...
- set temp [glob -nocomplain $srcdir/$subdir/*.{c}]
- set c_files [list]
- foreach f $temp { if {$f != $special_file} {lappend c_files $f}}
-
- RunLLVMTests [lsort $c_files]
-}
-
-if [ llvm_gcc_supports c++ ] then {
- RunLLVMTests [lsort [concat [glob -nocomplain $srcdir/$subdir/*.{cpp}] $special_file]]
-}
-
-if [ llvm_gcc_supports objc ] then {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
-}
-
-if [ llvm_gcc_supports obj-c++ ] then {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
-}
-
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]