|
Last change
on this file since 1124 was 2, checked in by bird, 23 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
File size:
450 bytes
|
| Line | |
|---|
| 1 | global srcdir subdir
|
|---|
| 2 |
|
|---|
| 3 | catch "glob -nocomplain ${srcdir}/${subdir}/*.java" srcfiles
|
|---|
| 4 | verbose "srcfiles are $srcfiles"
|
|---|
| 5 |
|
|---|
| 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
|
|---|
| 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.