diff options
Diffstat (limited to 'framework/qa/unoapi')
-rwxr-xr-x | framework/qa/unoapi/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/framework/qa/unoapi/makefile.mk b/framework/qa/unoapi/makefile.mk index 8f8d9b2d914d..431f97281167 100755 --- a/framework/qa/unoapi/makefile.mk +++ b/framework/qa/unoapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-09 01:02:20 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:17:50 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ PRJNAME=framework TARGET=qa_unoapi ALLTAR: - +$(SOLARENV)$/bin$/checkapi -sce framework.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments -THRCNT 1 -AutoRestart true - +@echo ======================================================================= - +@echo In case you noticed a failures of fwk.JobExecutor or fwk.JobHandler make sure that you registered $(SOLARSRC)$/qadevOOo$/testdocs$/qadevlibs$/JobExecutor.jar - +@echo ======================================================================= + $(SOLARENV)$/bin$/checkapi -sce framework.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments -THRCNT 1 -AutoRestart true + @echo ======================================================================= + @echo In case you noticed a failures of fwk.JobExecutor or fwk.JobHandler make sure that you registered $(SOLARSRC)$/qadevOOo$/testdocs$/qadevlibs$/JobExecutor.jar + @echo ======================================================================= |