diff options
author | sb <sb@openoffice.org> | 2010-01-13 18:57:41 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-13 18:57:41 +0100 |
commit | eb2bb6b6be76a376e05dc2a9bcb52d7cc5e93743 (patch) | |
tree | cc0d10286f8196f8e85eaa344cb07312805d2853 /cppuhelper/qa | |
parent | 33a968ab5fc09694ec581082ea9c453dcbad9b9b (diff) |
sb118: OOO_SUBSEQUENT_TESTS added
Diffstat (limited to 'cppuhelper/qa')
-rw-r--r-- | cppuhelper/qa/propertysetmixin/makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cppuhelper/qa/propertysetmixin/makefile.mk b/cppuhelper/qa/propertysetmixin/makefile.mk index 3a0578955..fa3db6129 100644 --- a/cppuhelper/qa/propertysetmixin/makefile.mk +++ b/cppuhelper/qa/propertysetmixin/makefile.mk @@ -29,6 +29,10 @@ # #************************************************************************* +.IF "$(OOO_SUBSEQUENT_TESTS)" == "" +nothing .PHONY: +.ELSE + PRJ := ../.. PRJNAME := cppuhelper @@ -127,3 +131,5 @@ test .PHONY: $(SHL1TARGETN) $(MISC)/$(TARGET)/uno.rdb -env:URE_INTERNAL_JAVA_DIR=$(my_file)$(SOLARBINDIR) \ -env:URE_INTERNAL_LIB_DIR=$(my_file)$(SOLARSHAREDBIN) \ -env:arg-reg=$(MISC)/$(TARGET)/uno.rdb -env:arg-path=$(SOLARSHAREDBIN) + +.END |