aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2018-04-06 13:32:18 +0100
committerAlex Bennée <alex.bennee@linaro.org>2018-06-20 20:22:34 +0100
commit7e97017e7db3c0ce552cf1a58df8bb97bde29c98 (patch)
treee189135e3a414b14128eebfb6f3598446b6b5c77 /MAINTAINERS
parent97103c256e7e79f2cd0e6336040b08386bad1c95 (diff)
downloadqemu-7e97017e7db3c0ce552cf1a58df8bb97bde29c98.zip
qemu-7e97017e7db3c0ce552cf1a58df8bb97bde29c98.tar.gz
qemu-7e97017e7db3c0ce552cf1a58df8bb97bde29c98.tar.bz2
tests/tcg/Makefile: update to be called from Makefile.target
This make is now invoked from each individual target make with the appropriate CC and EXTRA_CFLAGS set for each guest. It then includes additional Makefile.targets from: - tests/tcg/multiarch (always) - tests/tcg/$(TARGET_BASE_ARCH) (if available) - tests/tcg/$(TARGET_NAME) The order is important as the later Makefile's may want to suppress TESTS from its base arch profile. Each included Makefile.target is responsible for adding TESTS as well as defining any special build instructions for individual tests. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index de1ae84..4c95542 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2156,6 +2156,12 @@ W: https://travis-ci.org/qemu/qemu
W: https://app.shippable.com/github/qemu/qemu
W: http://patchew.org/QEMU/
+Guest Test Compilation Support
+M: Alex Bennée <alex.bennee@linaro.org>
+R: Philippe Mathieu-Daudé <f4bug@amsat.org>
+F: tests/tcg/Makefile
+L: qemu-devel@nongnu.org
+
Documentation
-------------
Build system architecture