summaryrefslogtreecommitdiffstats
path: root/sfx2/qa
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-18 14:06:33 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2010-11-18 14:06:33 +0100
commit31357d2dc34b8d95afbfc7d9e812dc94d072b7ae (patch)
treee1fb12a55314e9361b0db656f256b783a79c1448 /sfx2/qa
parentundoapi: un/lockControllers: when within an Undo context while this is called... (diff)
downloadcore-31357d2dc34b8d95afbfc7d9e812dc94d072b7ae.tar.gz
core-31357d2dc34b8d95afbfc7d9e812dc94d072b7ae.zip
undoapi: committed fixed for #i115639#, which has been applied as master fix to DEV300.m94
Diffstat (limited to 'sfx2/qa')
-rw-r--r--sfx2/qa/cppunit/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/qa/cppunit/makefile.mk b/sfx2/qa/cppunit/makefile.mk
index dce0b86a0619..b53a04ec43f9 100644
--- a/sfx2/qa/cppunit/makefile.mk
+++ b/sfx2/qa/cppunit/makefile.mk
@@ -25,6 +25,10 @@
#
#*************************************************************************
+.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
+nothing .PHONY:
+.ELSE
+
PRJ=../..
PRJNAME=sfx2
TARGET=qa_cppunit
@@ -79,3 +83,4 @@ SLOFILES= \
.INCLUDE : target.mk
.INCLUDE : _cppunit.mk
+.END