Makefile.target: add (clean-/build-)guest-tests targets
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 6 Apr 2018 10:08:37 +0000 (11:08 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20:22 +0100)
commitc722a9e49265a637ec2bfb3d22a3e9777274ca4d
treea32e039f9ae3ff13654ac911389c07f0081239c1
parent7e97017e7db3c0ce552cf1a58df8bb97bde29c98
Makefile.target: add (clean-/build-)guest-tests targets

Now all the build infrastructure is in place we can build tests for
each guest that we support. That support mainly depends on having
cross compilers installed or docker setup. To keep all the logic for
that together we put the rules in tests/tcg/Makefile.include and
include it from the main Makefile.target.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
MAINTAINERS
Makefile.target
tests/tcg/Makefile.include [new file with mode: 0644]