From 0d9cd062a095fa004363dccaceda82c806e966f9 Mon Sep 17 00:00:00 2001
From: Anthony Green <green@cygnus.com>
Date: Mon, 4 Oct 1999 03:30:54 +0000
Subject: A little clean up.

From-SVN: r29790
---
 libjava/testsuite/libjava.compile/compile.exp | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 libjava/testsuite/libjava.compile/compile.exp

(limited to 'libjava/testsuite/libjava.compile/compile.exp')

diff --git a/libjava/testsuite/libjava.compile/compile.exp b/libjava/testsuite/libjava.compile/compile.exp
new file mode 100644
index 0000000..3d9c13b
--- /dev/null
+++ b/libjava/testsuite/libjava.compile/compile.exp
@@ -0,0 +1,20 @@
+global srcdir subdir
+
+catch "glob -nocomplain ${srcdir}/${subdir}/*.java" srcfiles
+verbose "srcfiles are $srcfiles"
+
+set prefix ""
+foreach x $srcfiles {
+    set args [libjava_read_xfail [file rootname $x].xfail]
+    if {[file exists [file rootname $x].no-link]} {
+	lappend args no-link
+    }
+    lappend args no-exec
+
+    test_libjava $options "$x" "" "" "" $args
+    test_libjava $options "$x" "-O" "" "" $args
+}
+
+# Local Variables:
+# tcl-indent-level:4
+# End:
-- 
cgit v1.1