summaryrefslogtreecommitdiffstats
path: root/basegfx/test/makefile.mk
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-05 13:49:30 +0100
committersb <sb@openoffice.org>2010-01-05 13:49:30 +0100
commit0367aa64dec99c01db2aa66ebe5aee9b283b2521 (patch)
tree0e25c5ae994b6c8e1aed1b0690411fc71162ce8c /basegfx/test/makefile.mk
parent#100000# fix for SO build environment (diff)
parentsb118: Replace (heavily modified) CppUnit 1.8.0 with (unmodified) latest 1.12.1. (diff)
downloadcore-0367aa64dec99c01db2aa66ebe5aee9b283b2521.tar.gz
core-0367aa64dec99c01db2aa66ebe5aee9b283b2521.zip
sb118: merged in DEV300_m68
Diffstat (limited to 'basegfx/test/makefile.mk')
-rw-r--r--basegfx/test/makefile.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk
index da61c60f9308..5165952a0e4b 100644
--- a/basegfx/test/makefile.mk
+++ b/basegfx/test/makefile.mk
@@ -66,7 +66,6 @@ SHL1STDLIBS= \
$(SALLIB) \
$(CPPUHELPERLIB) \
$(CPPULIB) \
- $(TESTSHL2LIB) \
$(CPPUNITLIB)
SHL1IMPLIB= i$(SHL1TARGET)
@@ -83,7 +82,6 @@ SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-.INCLUDE : _cppunit.mk
# --- Enable testshl2 execution in normal build ------------------------
@@ -91,7 +89,7 @@ $(MISC)$/unittest_succeeded : $(SHL1TARGETN)
@echo ----------------------------------------------------------
@echo - start unit test on library $(SHL1TARGETN)
@echo ----------------------------------------------------------
- $(TESTSHL2) -sf $(mktmp ) -forward $(BIN)$/ $(SHL1TARGETN)
+ $(CPPUNITTESTER) $(SHL1TARGETN)
$(TOUCH) $@
ALLTAR : $(MISC)$/unittest_succeeded