diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-09-24 10:17:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-09-24 12:55:33 +0200 |
commit | 28d4d1e30b46f3de48fa9eca28770c3deef1623f (patch) | |
tree | 13aab4fee278222456232ccaa8558e0797d994b4 /solenv | |
parent | 8c23be49fb5a9044989532e6e20feb1e3ff64f2b (diff) |
Expand the Windows CPPUNITTRACE=TRUE abbreviation in place
...as a means towards defining gb_CppunitTest_GDBTRACE only in a single place
(in solenv/gbuild/CppunitTest.mk), which should make reasoning about the code
simpler
Change-Id: I1a587ee08deb4e969e615b2544265b2ba34bd8af
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103296
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/com_MSC_class.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_class.mk b/solenv/gbuild/platform/com_MSC_class.mk index d69f7f46004d..09dd48dc8754 100644 --- a/solenv/gbuild/platform/com_MSC_class.mk +++ b/solenv/gbuild/platform/com_MSC_class.mk @@ -519,7 +519,7 @@ gb_PythonTest_PRECOMMAND := $(gb_CppunitTest_CPPTESTPRECOMMAND) gb_PythonTest_DEPS = $(call gb_Package_get_target,python3) $(call gb_Executable_get_target,python) ifeq ($(strip $(CPPUNITTRACE)),TRUE) -gb_CppunitTest_GDBTRACE := '$(DEVENV)' /debugexe +override CPPUNITTRACE := '$(DEVENV)' /debugexe endif # WinResTarget class |