summaryrefslogtreecommitdiff
path: root/forms/qa/unoapi
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-24 12:13:54 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-24 12:13:54 +0000
commitbd7cb82c7db79acbc2c0bd7546a9416c731df27b (patch)
tree392fadba05d7092bc5edc6b1e8eddf3874afff17 /forms/qa/unoapi
parentedd264dbff32bfe5a19058c3d2d226bce1743619 (diff)
INTEGRATION: CWS complextest1 (1.6.32); FILE MERGED
2007/06/28 16:01:20 cn 1.6.32.1: #i78349# fix bug in makefile
Diffstat (limited to 'forms/qa/unoapi')
-rw-r--r--forms/qa/unoapi/makefile.mk16
1 files changed, 11 insertions, 5 deletions
diff --git a/forms/qa/unoapi/makefile.mk b/forms/qa/unoapi/makefile.mk
index 27f1e2b79711..b89655eb1f8a 100644
--- a/forms/qa/unoapi/makefile.mk
+++ b/forms/qa/unoapi/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 12:26:34 $
+# last change: $Author: rt $ $Date: 2007-07-24 13:13:54 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -38,8 +38,14 @@ PRJ=..$/..
PRJNAME=forms
TARGET=qa_unoapi
-ALLTAR:
- $(SOLARENV)$/bin$/checkapi -sce forms.sce -xcl knownissues.xcl -DOCPTH $(PWD)$/testdocuments -THRCNT 1 -tdoc $(PWD)$/testdocuments
+.INCLUDE: settings.mk
+
+.INCLUDE: target.mk
+
+ALLTAR : UNOAPI_TEST
+
+UNOAPI_TEST:
+ +$(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
@@ -47,4 +53,4 @@ ALLTAR:
@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