diff options
Diffstat (limited to 'basegfx/test/makefile.mk')
-rw-r--r-- | basegfx/test/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/basegfx/test/makefile.mk b/basegfx/test/makefile.mk index bc44daffd27c..cf6c96d4d850 100644 --- a/basegfx/test/makefile.mk +++ b/basegfx/test/makefile.mk @@ -85,6 +85,10 @@ SLOFILES=$(SHL1OBJS) .INCLUDE : target.mk .INCLUDE : _cppunit.mk +.IF "$(verbose)"!="" || "$(VERBOSE)"!="" +CDEFS+= -DVERBOSE +.ENDIF + # --- Enable testshl2 execution in normal build ------------------------ $(MISC)$/unittest_succeeded : $(SHL1TARGETN) |