Kaydet (Commit) 1b6be726 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGS

Change-Id: Ied595f97c2a6501a7e80a378a474689c43ad60d9
üst 77de4200
......@@ -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,%)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment