Makefile: fix install-tests
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 26 Feb 2020 16:41:02 +0000 (17:41 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 26 Feb 2020 16:41:02 +0000 (17:41 +0100)
commit8ec7a9e310dc400bd026a095bb29ab4dee37c161
tree6ba65977567d9ee0e379f7653294c65afba8b63b
parent2d2cca9d15370d5d53e2e057668a3313e50ac507
Makefile: fix install-tests

The top-level makefile make uses of internal implementation detail of
the xen build system. Avoid that by creating a new target
"install-tests" in xen/Makefile, and by fixing the top-level Makefile
to not call xen/Rules.mk anymore.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Makefile
xen/Makefile