summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-09-15 17:09:29 +0200
committerLuboš Luňák <l.lunak@collabora.com>2014-09-15 17:38:46 +0200
commit5f367a3919e2407ac785e28c6c155ce3f93d0ec6 (patch)
treecec4850d8508578e4609b9a465cd8edba0035e88 /solenv
parente823a9bd63ad4c6bf86dd2b794d34ab6920a83c4 (diff)
two missing CppunitTest gbuild functions
Change-Id: Ie56471d30dfcd8883d54ff00cb85af945649b9b1
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index a7d1afa382f5..6d2d46110f88 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -378,6 +378,8 @@ $(eval $(foreach method,\
use_externals \
use_custom_headers \
set_visibility_default \
+ set_warnings_not_errors \
+ set_generated_cxx_suffix \
,\
$(call gb_CppunitTest__forward_to_Linktarget,$(method))\
))