Add testsuite dir for systemz stuff

llvm-svn: 75910
This commit is contained in:
Anton Korobeynikov 2009-07-16 13:28:22 +00:00
parent c334c28b3b
commit a3ceeaeda5
1 changed files with 5 additions and 0 deletions

View File

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