From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCJhf-0002p3-Ci for qemu-devel@nongnu.org; Thu, 01 Dec 2016 00:14:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCJhe-0007JC-3I for qemu-devel@nongnu.org; Thu, 01 Dec 2016 00:14:39 -0500 Received: from mail-yw0-x244.google.com ([2607:f8b0:4002:c05::244]:33200) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cCJhd-0007IP-TG for qemu-devel@nongnu.org; Thu, 01 Dec 2016 00:14:38 -0500 Received: by mail-yw0-x244.google.com with SMTP id s68so16780135ywg.0 for ; Wed, 30 Nov 2016 21:14:37 -0800 (PST) From: Pranith Kumar Date: Thu, 1 Dec 2016 00:14:17 -0500 Message-Id: <20161201051433.17168-4-bobby.prani@gmail.com> In-Reply-To: <20161201051433.17168-1-bobby.prani@gmail.com> References: <20161201051433.17168-1-bobby.prani@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 03/19] check-help: add some hint to run a single test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: alex.bennee@linaro.org Cc: qemu-devel@nongnu.org, rth@twiddle.net, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= 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 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