Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libjava / testsuite / libjava.compile / compile.exp
blob9eba0d4ad77de60644e3ae3387c0b316db509e98
1 global srcdir subdir
3 catch { lsort [glob -nocomplain ${srcdir}/${subdir}/*.java] } srcfiles
4 verbose "srcfiles are $srcfiles"
6 set prefix ""
7 foreach 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
12 lappend args no-exec
14 test_libjava "" "$x" "" "" "" $args
15 test_libjava "" "$x" "-O3" "" "" $args
18 # Local Variables:
19 # tcl-indent-level:4
20 # End: