mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
Revert "Makefile: include tests/Makefile.include before ninja calculation"
This reverts commit fd63125b90 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>
This commit is contained in:
4
Makefile
4
Makefile
@@ -45,8 +45,6 @@ include config-host.mak
|
|||||||
include Makefile.prereqs
|
include Makefile.prereqs
|
||||||
Makefile.prereqs: config-host.mak
|
Makefile.prereqs: config-host.mak
|
||||||
|
|
||||||
include $(SRC_PATH)/tests/Makefile.include
|
|
||||||
|
|
||||||
# 0. ensure the build tree is okay
|
# 0. ensure the build tree is okay
|
||||||
|
|
||||||
# Check that we're not trying to do an out-of-tree build from
|
# 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
|
|||||||
|
|
||||||
SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory --quiet)
|
SUBDIR_MAKEFLAGS=$(if $(V),,--no-print-directory --quiet)
|
||||||
|
|
||||||
|
include $(SRC_PATH)/tests/Makefile.include
|
||||||
|
|
||||||
all: recurse-all
|
all: recurse-all
|
||||||
|
|
||||||
SUBDIR_RULES=$(foreach t, all clean distclean, $(addsuffix /$(t), $(SUBDIRS)))
|
SUBDIR_RULES=$(foreach t, all clean distclean, $(addsuffix /$(t), $(SUBDIRS)))
|
||||||
|
|||||||
Reference in New Issue
Block a user