summaryrefslogtreecommitdiff
path: root/unoxml/test/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/test/makefile.mk')
-rw-r--r--unoxml/test/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/unoxml/test/makefile.mk b/unoxml/test/makefile.mk
index 8fcba9ff328a..a1f5e25ca013 100644
--- a/unoxml/test/makefile.mk
+++ b/unoxml/test/makefile.mk
@@ -37,6 +37,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
+.IF "$(SYSTEM_CPPUNIT)"=="YES"
+CFLAGS+= $(CPPUNIT_CFLAGS)
+.ENDIF
+
# --- Common ----------------------------------------------------------
# BEGIN ----------------------------------------------------------------