Add testsuite dir for systemz stuff

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75910 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov 2009-07-16 13:28:22 +00:00
parent 4403b930f8
commit b24f97dd74

View File

@ -0,0 +1,5 @@
load_lib llvm.exp
if { [llvm_supports_target SystemZ] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
}