[llvm-commits] [llvm] r75910 - in /llvm/trunk/test/CodeGen/SystemZ: ./ dg.exp
Anton Korobeynikov
asl at math.spbu.ru
Thu Jul 16 06:28:23 PDT 2009
Author: asl
Date: Thu Jul 16 08:28:22 2009
New Revision: 75910
URL: http://llvm.org/viewvc/llvm-project?rev=75910&view=rev
Log:
Add testsuite dir for systemz stuff
Added:
llvm/trunk/test/CodeGen/SystemZ/
llvm/trunk/test/CodeGen/SystemZ/dg.exp
Added: llvm/trunk/test/CodeGen/SystemZ/dg.exp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/dg.exp?rev=75910&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/dg.exp (added)
+++ llvm/trunk/test/CodeGen/SystemZ/dg.exp Thu Jul 16 08:28:22 2009
@@ -0,0 +1,5 @@
+load_lib llvm.exp
+
+if { [llvm_supports_target SystemZ] } {
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
+}
More information about the llvm-commits
mailing list