source: trunk/gcc/libjava/testsuite/libjava.compile/compile.exp

Last change on this file was 1392, checked in by bird, 21 years ago

This commit was generated by cvs2svn to compensate for changes in r1391,
which included commits to RCS files with non-trunk default branches.

  • Property cvs2svn:cvs-rev set to 1.1.1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 460 bytes
Line 
1global srcdir subdir
2
3catch { lsort [glob -nocomplain ${srcdir}/${subdir}/*.java] } srcfiles
4verbose "srcfiles are $srcfiles"
5
6set prefix ""
7foreach x $srcfiles {
8 set args [libjava_read_xfail [file rootname $x].xfail]
9 if {[file exists [file rootname $x].no-link]} {
10 lappend args no-link
11 }
12 lappend args no-exec
13
14 test_libjava "" "$x" "" "" "" $args
15 test_libjava "" "$x" "-O" "" "" $args
16}
17
18# Local Variables:
19# tcl-indent-level:4
20# End:
Note: See TracBrowser for help on using the repository browser.