diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:04:58 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 12:04:58 +0000 |
commit | 50f6d7ac51a01ba697ba988f5f918c4d8b8c2e63 (patch) | |
tree | c2f3342c274e57f0470c11fb11520564a75040ff /toolkit | |
parent | a68dc52002c90c71d1c063168676dc97183d9eff (diff) |
INTEGRATION: CWS complextest1 (1.4.44); FILE MERGED
2007/06/28 16:13:36 cn 1.4.44.1: #i78349# fix bug in makefile
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/qa/unoapi/makefile.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/toolkit/qa/unoapi/makefile.mk b/toolkit/qa/unoapi/makefile.mk index 574b135eacd5..0d363a466c9c 100644 --- a/toolkit/qa/unoapi/makefile.mk +++ b/toolkit/qa/unoapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:17:46 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:04:58 $ # # 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=toolkit TARGET=qa_unoapi -ALLTAR: - $(SOLARENV)$/bin$/checkapi -sce toolkit.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments +.INCLUDE: settings.mk + +.INCLUDE: target.mk + +ALLTAR : UNOAPI_TEST + +UNOAPI_TEST: + +$(SOLARENV)$/bin$/checkapi -sce toolkit.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments @echo ======================================================================= @echo In case you noticed a failures of toolkit.AccessibleToolBoxItem make sure that the object bar is configured as text and not as icons @echo ======================================================================= |