diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-05-18 22:19:46 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-05-18 22:20:48 +0200 |
commit | dd205b85cc386f1ce7aa2e5b44c99ef4ae03aa18 (patch) | |
tree | 96261c53ff6ac387e3d13ac9bf6675882f46cbb0 /solenv | |
parent | 708f0d2afd8f988fbf5106543465815dd18b81ec (diff) |
Revert "gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGS"
This reverts commit 1b6be726449fb9b1ff54bc99a1b8839621444ddc.
It turned out not to be necessary, see commit
9ce371fa1626bb845e702ceef66a730547b313a8
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/CppunitTest.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk index a4e9fa9197ab..021ecc8c37aa 100644 --- a/solenv/gbuild/CppunitTest.mk +++ b/solenv/gbuild/CppunitTest.mk @@ -74,8 +74,7 @@ $(if $(URE),\ $(if $(VCL),\ --protector $(call gb_Library_get_target,vclbootstrapprotector) vclbootstrapprotector \ ) \ -$(ARGS) \ -$(CPPUNITTEST_ARGS) +$(ARGS) endef .PHONY : $(call gb_CppunitTest_get_clean_target,%) |