summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-03-20 12:59:26 +0100
committerLuboš Luňák <l.lunak@collabora.com>2020-04-20 17:15:41 +0200
commit59d0a42639b5e569890ae00a2deef620c4e5c258 (patch)
treefa15216185af1b7f555c7e0a850db9da226a288d /Makefile.in
parenttdf#129525: sw: Add unittest (diff)
downloadcore-59d0a42639b5e569890ae00a2deef620c4e5c258.tar.gz
core-59d0a42639b5e569890ae00a2deef620c4e5c258.zip
Revert "make: map slowcheck to gbuild's build and slowcheck"
This does not actually ensure everything is built before tests are run, so this doesn't fix the test failures it was intended to fix. This reverts commit 4054a30e2b2fa254dfb20718ce757ceb2f638fd5. Change-Id: Id0a81179327d42a7b608a67813db53ca7a5c71d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90788 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 50b781b2a06d..3353853eef58 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -12,7 +12,7 @@ gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uic
.PHONY : check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
MAKECMDGOALS?=build
-build_goal:=$(if $(filter build build-nocheck slowcheck uicheck,$(MAKECMDGOALS)),build)\
+build_goal:=$(if $(filter build build-nocheck uicheck,$(MAKECMDGOALS)),build)\
$(if $(filter check,$(MAKECMDGOALS)),unitcheck slowcheck subsequentcheck $(if $(filter Linux, $(shell uname)), uicheck))\
$(filter build-l10n-only build-non-l10n-only debugrun help showmodules translations $(gb_Top_MODULE_CHECK_TARGETS) check packageinfo gbuildtojson,$(MAKECMDGOALS))