diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-04-25 20:42:54 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-04-25 22:45:52 +0200 |
commit | 1b6be726449fb9b1ff54bc99a1b8839621444ddc (patch) | |
tree | 4f1e3332cd737323cddbc13f1604c5df52b27226 /solenv/gbuild | |
parent | 77de4200b5d344e12c7239c32af2a2af887a176b (diff) |
gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGS
Change-Id: Ied595f97c2a6501a7e80a378a474689c43ad60d9
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/CppunitTest.mk | 3 |
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,%) |