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 /o3tl/qa | |
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 'o3tl/qa')
-rw-r--r-- | o3tl/qa/makefile.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/o3tl/qa/makefile.mk b/o3tl/qa/makefile.mk index 491c50ec2095..df90c0f3fa23 100644 --- a/o3tl/qa/makefile.mk +++ b/o3tl/qa/makefile.mk @@ -72,12 +72,6 @@ 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 # L10N_framework |