From: Anton Korobeynikov Date: Thu, 16 Jul 2009 13:28:22 +0000 (+0000) Subject: Add testsuite dir for systemz stuff X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b24f97dd74f0c92098362e32449479b86e07311b;p=oota-llvm.git Add testsuite dir for systemz stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75910 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/SystemZ/dg.exp b/test/CodeGen/SystemZ/dg.exp new file mode 100644 index 00000000000..e9624bac68e --- /dev/null +++ b/test/CodeGen/SystemZ/dg.exp @@ -0,0 +1,5 @@ +load_lib llvm.exp + +if { [llvm_supports_target SystemZ] } { + RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] +}