summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-24 12:29:03 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-24 12:29:03 +0000
commit6386c1d9ce91dd50cb321e4e18ebd130eabca327 (patch)
treeedff49c59a85b48721bb4c45dcb6d7028f67ddeb
parentf7035a4d25f186e53d19355d02fe1ec262e16d13 (diff)
INTEGRATION: CWS complextest1 (1.7.66); FILE MERGED
2007/06/28 16:01:45 cn 1.7.66.1: #i78349# fix bug in makefile
-rwxr-xr-xframework/qa/unoapi/makefile.mk14
1 files changed, 10 insertions, 4 deletions
diff --git a/framework/qa/unoapi/makefile.mk b/framework/qa/unoapi/makefile.mk
index 431f97281167..7cde56f281d8 100755
--- a/framework/qa/unoapi/makefile.mk
+++ b/framework/qa/unoapi/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 12:17:50 $
+# last change: $Author: rt $ $Date: 2007-07-24 13:29:03 $
#
# 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=framework
TARGET=qa_unoapi
-ALLTAR:
- $(SOLARENV)$/bin$/checkapi -sce framework.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments -THRCNT 1 -AutoRestart true
+.INCLUDE: settings.mk
+
+.INCLUDE: target.mk
+
+ALLTAR : UNOAPI_TEST
+
+UNOAPI_TEST:
+ +$(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 =======================================================================