diff options
author | sb <sb@openoffice.org> | 2010-01-13 18:56:34 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-13 18:56:34 +0100 |
commit | e6fd0d7630e8cb0f834166ee6cc6fbb871482b51 (patch) | |
tree | 5d5b62c3a9c26db360ef9c1eafbdd7421a5202f1 /basebmp/test | |
parent | ec0f00417aaabc0676757e310b99d3202667a37c (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 'basebmp/test')
-rw-r--r-- | basebmp/test/makefile.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 36b540231188..82eacd4ebbd6 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -123,12 +123,5 @@ SLOFILES=$(SHL1OBJS) # --- Enable test execution in normal build ------------------------ .IF "$(L10N_framework)"=="" - -unittest : $(SHL1TARGETN) - @echo ---------------------------------------------------------- - @echo - start unit test on library $(SHL1TARGETN) - @echo ---------------------------------------------------------- - $(CPPUNITTESTER) $(SHL1TARGETN) - -ALLTAR : unittest +.INCLUDE : _cppunit.mk .ENDIF |