summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-13 18:57:41 +0100
committersb <sb@openoffice.org>2010-01-13 18:57:41 +0100
commit3135dbc801059aab0d649ebbfb0c20b93f5e70c3 (patch)
tree2c0b567d3d28be3e2fff546b8f8be52116972256 /cppuhelper
parent6df4828c32d1902966c19c2620c87ee11cd8d7bd (diff)
sb118: OOO_SUBSEQUENT_TESTS added
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/prj/build.lst1
-rw-r--r--cppuhelper/qa/propertysetmixin/makefile.mk6
2 files changed, 7 insertions, 0 deletions
diff --git a/cppuhelper/prj/build.lst b/cppuhelper/prj/build.lst
index db8ddcaae6c8..de66b2d61a4b 100644
--- a/cppuhelper/prj/build.lst
+++ b/cppuhelper/prj/build.lst
@@ -3,3 +3,4 @@ ch cppuhelper usr1 - all ch_mkout NULL
ch cppuhelper\inc nmake - all ch_include NULL
ch cppuhelper\source nmake - all ch_source ch_unotypes ch_include NULL
ch cppuhelper\unotypes nmake - all ch_unotypes NULL
+ch cppuhelper\qa\propertysetmixin nmake - all ch_qa_propertysetmixin ch_source NULL
diff --git a/cppuhelper/qa/propertysetmixin/makefile.mk b/cppuhelper/qa/propertysetmixin/makefile.mk
index 3a05789554e3..fa3db612928b 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