summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-03-21 21:52:45 +0100
committerMichael Stahl <mstahl@redhat.com>2017-03-22 10:30:40 +0100
commit10aff2905c51319c2cfa5d8f85fc9a32d80c2e25 (patch)
tree11dd52f6bde8bfd40cd796028b856cd4380c7378 /solenv
parent4c2e1708afd5cc015c541b4945b261129d27fab4 (diff)
gbuild: MSVC: unbreak CPPUNITTRACE='$(DEVENV)'
... which is unlikely to contain the strings "gdb" or "lldb". (regression from c38a4d9ce248b4b3fcc9208b25dfa599fe506ac0) Change-Id: I355069ec512232898b246d2b0bf8912831f0c80a
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 23ea06ad5f85..659572668648 100644
--- a/solenv/gbuild/CppunitTest.mk
+++ b/solenv/gbuild/CppunitTest.mk
@@ -35,6 +35,8 @@ else ifneq ($(filter lldb,$(CPPUNITTRACE)),)
gb_CppunitTest_PREGDBTRACE := lo_dyldpathfile=$(call var2file,$(shell $(gb_MKTEMP)),500,settings set target.env-vars $(gb_CppunitTest_CPPTESTPRECOMMAND))
gb_CppunitTest_GDBTRACE := $(subst lldb,lldb -s $$lo_dyldpathfile,$(CPPUNITTRACE))
gb_CppunitTest_POSTGDBTRACE := rm $$lo_dyldpathfile
+else
+gb_CppunitTest_GDBTRACE := $(CPPUNITTRACE)
endif
gb_CppunitTest__interactive := $(true)
endif