]> Git Repo - qemu.git/commit
Makefile.target: add (clean-/build-)guest-tests targets
authorAlex Bennée <[email protected]>
Fri, 6 Apr 2018 10:08:37 +0000 (11:08 +0100)
committerAlex Bennée <[email protected]>
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 <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
MAINTAINERS
Makefile.target
tests/tcg/Makefile.include [new file with mode: 0644]
This page took 0.024457 seconds and 4 git commands to generate.