diff options
Diffstat (limited to 'o3tl')
-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 |