Re: [PATCH v6 08/21] tests: provide test variables to other targets

2020-01-03 Thread Stefan Hajnoczi
On Fri, Nov 29, 2019 at 09:34:44PM +, Oleinik, Alexander wrote: > Before, when tests/Makefile.include was included, the contents would be > ignored if config-host.mak was defined. Moving the ifneq responsible for > this allows a target to depend on both testing-related and host-related > object

[PATCH v6 08/21] tests: provide test variables to other targets

2019-11-29 Thread Oleinik, Alexander
Before, when tests/Makefile.include was included, the contents would be ignored if config-host.mak was defined. Moving the ifneq responsible for this allows a target to depend on both testing-related and host-related objects. For example the virtual-device fuzzer relies on both libqtest/libqos obje