Re: [Qemu-devel] [PATCH 03/19] check-help: add some hint to run a single test

2016-12-09 Thread Alex Bennée
Pranith Kumar writes: > From: Marc-André Lureau > > It's possible to run the test directly, tests/test-foo, but then > recompilation is not triggered and test environment variables aren't set > for you. > > Signed-off-by: Marc-André Lureau > Signed-off-by: Pranith Kumar Reviewed-by: Alex Ben

[Qemu-devel] [PATCH 03/19] check-help: add some hint to run a single test

2016-11-30 Thread Pranith Kumar
From: Marc-André Lureau It's possible to run the test directly, tests/test-foo, but then recompilation is not triggered and test environment variables aren't set for you. Signed-off-by: Marc-André Lureau Signed-off-by: Pranith Kumar --- tests/Makefile.include | 1 + 1 file changed, 1 insertio