summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-07-16 21:02:32 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-07-16 21:54:37 +0200
commita3b6e0da35987af441042bd444c331d78a7c69b5 (patch)
tree6737073a634fa5fd8f6ee27aa4d928d9cbf2de4a /solenv
parentUpdated core (diff)
downloadcore-a3b6e0da35987af441042bd444c331d78a7c69b5.tar.gz
core-a3b6e0da35987af441042bd444c331d78a7c69b5.zip
gbuild: set VCL_HIDE_WINDOWS for non-headless CppunitTests
This avoids the flashing window even on Linux, while making such tests headless would make them fail. Change-Id: I7cf8d410e257574f0177ca8b7e6465a5efd62280
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 622e16d722c5..df5c61b7e859 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -81,6 +81,7 @@ $(call gb_CppunitTest_get_target,%) :| $(gb_CppunitTest_CPPTESTDEPS)
($(gb_CppunitTest_CPPTESTPRECOMMAND) \
$(if $(G_SLICE),G_SLICE=$(G_SLICE)) \
$(if $(GLIBCXX_FORCE_NEW),GLIBCXX_FORCE_NEW=$(GLIBCXX_FORCE_NEW)) \
+ $(if $(HEADLESS),,VCL_HIDE_WINDOWS=1) \
$(ICECREAM_RUN) $(gb_CppunitTest_GDBTRACE) $(gb_CppunitTest_VALGRINDTOOL) $(gb_CppunitTest_CPPTESTCOMMAND) \
$(call gb_LinkTarget_get_target,$(call gb_CppunitTest_get_linktarget,$*)) \
$(call gb_CppunitTest__make_args) \