diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-25 14:09:06 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-01-25 14:09:06 +0000 |
commit | 078b3440d7a3bb38aa8ec8ef1969e725c9815f5e (patch) | |
tree | d726e327c3b1185aeb4e0396c52b94cabebb8458 /dbaccess/qa | |
parent | 856c4f625edb900fa0aa3598e071e3395452d0a6 (diff) |
INTEGRATION: CWS rowsetdel (1.3.76); FILE MERGED
2006/01/20 07:38:05 fs 1.3.76.1: allow running single tests
Diffstat (limited to 'dbaccess/qa')
-rw-r--r-- | dbaccess/qa/unoapi/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/qa/unoapi/makefile.mk b/dbaccess/qa/unoapi/makefile.mk index aa3b918892c3..27c14e7b33dd 100644 --- a/dbaccess/qa/unoapi/makefile.mk +++ b/dbaccess/qa/unoapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:49:49 $ +# last change: $Author: hr $ $Date: 2006-01-25 15:09:06 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,3 +45,6 @@ ALLTAR: +@echo ======================================================================= +@echo In case of problems with TableWindowAccessibility or JoinViewAccessibility this might be because of connection problems, just re-run the testcases +@echo ======================================================================= + +run_%: + +$(SOLARENV)$/bin$/checkapi -o dbaccess.$(@:s/run_//) -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments |