summaryrefslogtreecommitdiff
path: root/dbaccess/qa/unoapi
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-24 12:18:17 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-24 12:18:17 +0000
commitb6f190beb03a9638e938d1e62fa5b2b3f24cf4f5 (patch)
tree53f0f514c199a36a308f46c039bba6286f071a44 /dbaccess/qa/unoapi
parent994f2d0b0793435aa00e1ef9ee611f003a117453 (diff)
INTEGRATION: CWS complextest1 (1.5.42); FILE MERGED
2007/06/28 16:24:35 cn 1.5.42.2: #i78349# fix bug in makefile 2007/06/28 15:58:50 cn 1.5.42.1: #i78349# fix bug in makefile
Diffstat (limited to 'dbaccess/qa/unoapi')
-rw-r--r--dbaccess/qa/unoapi/makefile.mk17
1 files changed, 12 insertions, 5 deletions
diff --git a/dbaccess/qa/unoapi/makefile.mk b/dbaccess/qa/unoapi/makefile.mk
index 853e790f4057..f105d935984d 100644
--- a/dbaccess/qa/unoapi/makefile.mk
+++ b/dbaccess/qa/unoapi/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 13:50:08 $
+# last change: $Author: rt $ $Date: 2007-07-24 13:18:17 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -38,8 +38,15 @@ PRJ=..$/..
PRJNAME=dbaccess
TARGET=qa_unoapi
-ALLTAR:
- $(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
+.INCLUDE: settings.mk
+
+.INCLUDE: target.mk
+
+
+ALLTAR : UNOAPI_TEST
+
+UNOAPI_TEST:
+ +$(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
@echo =======================================================================
@echo In case of problems make sure that you put valid values in the dbaccess.props and added an appropriate jdbc-driver to your office installation
@echo =======================================================================
@@ -47,4 +54,4 @@ ALLTAR:
@echo =======================================================================
run_%:
- $(SOLARENV)$/bin$/checkapi -o dbaccess.$(@:s/run_//) -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments
+ +$(SOLARENV)$/bin$/checkapi -o dbaccess.$(@:s/run_//) -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments