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 8155f0cbaa
commit 8b299e2ae4

View File

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