Segregate tests by target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119050 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen 2010-11-14 18:14:32 +00:00
parent b0269cd2c8
commit 2ae2302abc
8 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
load_lib llvm.exp
if { [llvm_supports_target MBlaze] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{txt}]]
}

View File

@ -0,0 +1,6 @@
load_lib llvm.exp
if { [llvm_supports_target X86] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{txt}]]
}