From e6fd0d7630e8cb0f834166ee6cc6fbb871482b51 Mon Sep 17 00:00:00 2001 From: sb Date: Wed, 13 Jan 2010 18:56:34 +0100 Subject: 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 --- basegfx/test/makefile.mk | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'basegfx') 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 -- cgit