summaryrefslogtreecommitdiff
path: root/ucb/qa
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-10-18 07:45:54 +0000
committerRüdiger Timm <rt@openoffice.org>2005-10-18 07:45:54 +0000
commit138ec19dc505813e9ce4e02e2d24126632e0feb4 (patch)
tree0cf65710e340bf61436b0febd510633e9351c92e /ucb/qa
parente1724a6c8de4777ade8e102ceaf374bee457bceb (diff)
INTEGRATION: CWS kso201bugs01 (1.2.52); FILE MERGED
2005/09/28 15:01:17 sg 1.2.52.1: #i51584#added test document path to runner execution
Diffstat (limited to 'ucb/qa')
-rwxr-xr-xucb/qa/complex/tdoc/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/ucb/qa/complex/tdoc/makefile.mk b/ucb/qa/complex/tdoc/makefile.mk
index 6bff0d399896..aaa7614c504b 100755
--- a/ucb/qa/complex/tdoc/makefile.mk
+++ b/ucb/qa/complex/tdoc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 15:06:52 $
+# last change: $Author: rt $ $Date: 2005-10-18 08:45:54 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -78,6 +78,9 @@ CT_PACKAGE = -o $(PACKAGE:s\$/\.\)
# start the runner application
CT_APP = org.openoffice.Runner
+# test document path
+CT_TESTDOCS = -tdoc $(PWD)$/..$/test_documents
+
# --- Targets ------------------------------------------------------
run: ALLTAR
@@ -88,4 +91,4 @@ run: ALLTAR
.INCLUDE : target.mk
Check%:
- +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).$@
+ +java -cp $(CLASSPATH) $(CT_APP) $(CT_TESTBASE) $(CT_TESTDOCS) $(CT_APPEXECCOMMAND) $(CT_PACKAGE).$@