summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-08-31 01:36:02 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-08-31 00:05:12 +0000
commit87514b0907dfbb479e2646b5ff951c68babf3417 (patch)
tree7d7a27afd8b7d79542c285f69be115a1fa6cbb6d /solenv
parentsd: Don't crash when the sidebar is hidden (diff)
downloadcore-87514b0907dfbb479e2646b5ff951c68babf3417.tar.gz
core-87514b0907dfbb479e2646b5ff951c68babf3417.zip
log resource usage of unit tests on UNX platforms
Change-Id: I3788eae60f73bc42488bf2e4961922962f7e505b Reviewed-on: https://gerrit.libreoffice.org/18155 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/CppunitTest.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk
index 61f17dd9faf5..bea33ebd7f01 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -102,7 +102,7 @@ $(call gb_CppunitTest_get_target,%) :| $(gb_CppunitTest_RUNTIMEDEPS)
PYTHONDONTWRITEBYTECODE=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) \
+ $(call gb_CppunitTest__make_args) --target $@ \
$(if $(gb_CppunitTest__interactive),, \
> $@.log 2>&1 \
|| ($(if $(value gb_CppunitTest_postprocess), \