G19990217_02.no-link: New file.

* libjava.compile/G19990217_02.no-link: New file.
	* libjava.compile/test.exp: Look for `.no-link' file.
	* lib/libjava.exp (test_libjava_from_source): Added `no-link'
	option.
	(test_libjava_from_javac): Likewise.  Also, handle package
	information from class name when creating class file name.

From-SVN: r28113
This commit is contained in:
Tom Tromey 1999-07-15 09:15:26 +00:00 committed by Tom Tromey
parent e533f648af
commit 51e0d189ed
4 changed files with 58 additions and 10 deletions

View file

@ -0,0 +1 @@
Don't link me

View file

@ -6,6 +6,9 @@ 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