INTEGRATION: CWS gcj1 (1.5.118); FILE MERGED
2004/12/03 14:30:32 cmc 1.5.118.1: #i38188# use JAVAI and JAVACPS from settings.mk in javaunittest.mk
This commit is contained in:
parent
cb6dbf4d8e
commit
652abefff0
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: javaunittest.mk,v $
|
||||
#
|
||||
# $Revision: 1.5 $
|
||||
# $Revision: 1.6 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2004-07-23 15:10:42 $
|
||||
# last change: $Author: obo $ $Date: 2005-01-25 15:15:16 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -114,7 +114,7 @@ $(TESTS): $(JAVACLASSFILES)
|
|||
.ENDIF
|
||||
|
||||
%.test .PHONY: %.java
|
||||
java -classpath $(CLASSPATH) org.openoffice.Runner -TestBase java_complex \
|
||||
$(JAVAI) $(JAVACPS) $(CLASSPATH) org.openoffice.Runner -TestBase java_complex \
|
||||
-NoOffice yes -o $(subst,$/,. $(subst,.test, $(PACKAGE).$@))
|
||||
|
||||
.IF "$(IDLTESTFILES)" != ""
|
||||
|
|
Loading…
Reference in a new issue