summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-04-25 20:42:54 +0200
committerMichael Stahl <mstahl@redhat.com>2015-04-25 22:45:52 +0200
commit1b6be726449fb9b1ff54bc99a1b8839621444ddc (patch)
tree4f1e3332cd737323cddbc13f1604c5df52b27226 /solenv
parent77de4200b5d344e12c7239c32af2a2af887a176b (diff)
gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGS
Change-Id: Ied595f97c2a6501a7e80a378a474689c43ad60d9
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 970e8b909474..a6eae56b258b 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -68,7 +68,8 @@ $(if $(URE),\
$(if $(VCL),\
--protector $(call gb_Library_get_target,vclbootstrapprotector) vclbootstrapprotector \
) \
-$(ARGS)
+$(ARGS) \
+$(CPPUNITTEST_ARGS)
endef
.PHONY : $(call gb_CppunitTest_get_clean_target,%)