Revert "Makefile: include tests/Makefile.include before ninja calculation"
This reverts commit fd63125b9089610d63a53c11ff2fda6b53a2265d which broke the ability to run the check-functional-FOO series of tests. We will need to try something else for the MacOS builds. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Tested-by: Cornelia Huck <cohuck@redhat.com> # running tests on an s390x Message-ID: <20260601143129.144786-2-alex.bennee@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Alex Bennée committed
Jun 1, 2026 at 15:31 UTC
8cbad2e453c387d4f66c8a88d5771870e0a43d26
1 file changed
+2
-2
Makefile
+2
-2
@@ -45,8 +45,6 @@ include config-host.mak
45
include Makefile.prereqs
46
Makefile.prereqs: config-host.mak
47
48
-include $(SRC_PATH)/tests/Makefile.include
49
-
48
# 0. ensure the build tree is okay
49
50
# Check that we're not trying to do an out-of-tree build from
@@ -182,6 +180,8 @@ endif # config-host.mak does not exist
180
181
SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory --quiet)
182
183
+include $(SRC_PATH)/tests/Makefile.include
184
+
185
all: recurse-all
186
187
SUBDIR_RULES=$(foreach t, all clean distclean, $(addsuffix /$(t), $(SUBDIRS)))