summaryrefslogtreecommitdiff
path: root/basegfx/test
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-01-13 18:56:34 +0100
committersb <sb@openoffice.org>2010-01-13 18:56:34 +0100
commite6fd0d7630e8cb0f834166ee6cc6fbb871482b51 (patch)
tree5d5b62c3a9c26db360ef9c1eafbdd7421a5202f1 /basegfx/test
parentec0f00417aaabc0676757e310b99d3202667a37c (diff)
sb118: adapted cppunit.mk to cppunittester and no longer require "dmake test" to run tests; changed places back to include _cppunit.mk where it had been taken out before
Diffstat (limited to 'basegfx/test')
-rw-r--r--basegfx/test/makefile.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk
index be6e537ba25a..60a7706450ab 100644
--- a/basegfx/test/makefile.mk
+++ b/basegfx/test/makefile.mk
@@ -71,14 +71,4 @@ SLOFILES=$(SHL1OBJS)
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-
-# --- Enable testshl2 execution in normal build ------------------------
-
-$(MISC)$/unittest_succeeded : $(SHL1TARGETN)
- @echo ----------------------------------------------------------
- @echo - start unit test on library $(SHL1TARGETN)
- @echo ----------------------------------------------------------
- $(CPPUNITTESTER) $(SHL1TARGETN)
- $(TOUCH) $@
-
-ALLTAR : $(MISC)$/unittest_succeeded
+.INCLUDE : _cppunit.mk