qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Pranith Kumar
Subject: [Qemu-devel] [PATCH 03/19] check-help: add some hint to run a single test
Date: Thu, 1 Dec 2016 00:14:17 -0500

From: Marc-André Lureau <address@hidden>

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 <address@hidden>
Signed-off-by: Pranith Kumar <address@hidden>
---
 tests/Makefile.include | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/Makefile.include b/tests/Makefile.include
index e98d3b6..2a2b78d 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -731,6 +731,7 @@ check-help:
        @echo " make check-qtest-TARGET   Run qtest tests for given target"
        @echo " make check-qtest          Run qtest tests"
        @echo " make check-unit           Run qobject tests"
+       @echo " make check-tests/test-foo Run the tests/test-foo unit test only"
        @echo " make check-qapi-schema    Run QAPI schema tests"
        @echo " make check-block          Run block tests"
        @echo " make check-report.html    Generates an HTML test report"
-- 
2.10.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]