diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:26:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:26:34 +0000 |
commit | 6c0766cb04df1ad0bd47f13ce97b7b3151ee4474 (patch) | |
tree | 771eb7d5eb68c8e2088defc2e92916d2dd20802e | |
parent | 4aac0153f18af80729aab8dc9f9260b40d8f27f5 (diff) |
INTEGRATION: CWS ause069 (1.5.64); FILE MERGED
2006/11/24 15:05:57 hjs 1.5.64.1: #i70359# remove forced shell calls
-rw-r--r-- | forms/qa/unoapi/makefile.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/forms/qa/unoapi/makefile.mk b/forms/qa/unoapi/makefile.mk index 6c31d17324ca..27f1e2b79711 100644 --- a/forms/qa/unoapi/makefile.mk +++ b/forms/qa/unoapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2006-03-29 12:24:56 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:26:34 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,12 +39,12 @@ PRJNAME=forms TARGET=qa_unoapi ALLTAR: - +$(SOLARENV)$/bin$/checkapi -sce forms.sce -xcl knownissues.xcl -DOCPTH $(PWD)$/testdocuments -THRCNT 1 -tdoc $(PWD)$/testdocuments - +@echo ======================================================================= - +@echo Problems with controls might me focus problems during the run of XView - +@echo these seems to appear by chance ... just re-run those testcases with - +@echo $(SOLARENV)$/bin$/checkapi -o componentName -xcl knownissues.xcl -DOCPTH $(PWD)$/testdocuments -THRCNT 1 -tdoc $(PWD)$/testdocuments - +@echo ======================================================================= + $(SOLARENV)$/bin$/checkapi -sce forms.sce -xcl knownissues.xcl -DOCPTH $(PWD)$/testdocuments -THRCNT 1 -tdoc $(PWD)$/testdocuments + @echo ======================================================================= + @echo Problems with controls might me focus problems during the run of XView + @echo these seems to appear by chance ... just re-run those testcases with + @echo $(SOLARENV)$/bin$/checkapi -o componentName -xcl knownissues.xcl -DOCPTH $(PWD)$/testdocuments -THRCNT 1 -tdoc $(PWD)$/testdocuments + @echo ======================================================================= run_%: - +$(SOLARENV)$/bin$/checkapi -o $(PRJNAME).$(@:s/run_//) -xcl knownissues.xcl -DOCPTH $(PWD)$/testdocuments -THRCNT 1 -tdoc $(PWD)$/testdocuments + $(SOLARENV)$/bin$/checkapi -o $(PRJNAME).$(@:s/run_//) -xcl knownissues.xcl -DOCPTH $(PWD)$/testdocuments -THRCNT 1 -tdoc $(PWD)$/testdocuments |