diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-03 08:55:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-06-03 14:08:37 +0200 |
commit | 756c027198adc5212d46d72e0628c90698652af5 (patch) | |
tree | 53b6f4d0f42ef2c453f6c537f861adef395b8b29 /solenv/gbuild/platform | |
parent | 03f872a80a3a7477c206454095f629cb0e8e91dd (diff) |
enable backtraces for unit tests on macos
Change-Id: I4f07e1e7b35bccc217d78662a45ac5eaf5865ee7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95394
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'solenv/gbuild/platform')
-rw-r--r-- | solenv/gbuild/platform/macosx.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/macosx.mk b/solenv/gbuild/platform/macosx.mk index c743511207ce..f9a805b6b62e 100644 --- a/solenv/gbuild/platform/macosx.mk +++ b/solenv/gbuild/platform/macosx.mk @@ -266,7 +266,10 @@ gb_CppunitTest_malloc_check := MallocScribble=1 MallocPreScribble=1 define gb_CppunitTest_CppunitTest_platform $(call gb_LinkTarget_get_target,$(2)) : RPATH := $(call gb_LinkTarget_get_target,$(2)) : LAYER := NONE +endef +define gb_CppunitTest_postprocess +$(SRCDIR)/solenv/bin/lldb-core-bt.sh $(1) $(2) $(3) endef # JunitTest class |