From 138ec19dc505813e9ce4e02e2d24126632e0feb4 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 18 Oct 2005 07:45:54 +0000 Subject: 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 --- ucb/qa/complex/tdoc/makefile.mk | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'ucb/qa/complex') 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).$@ -- cgit