From 104543fa6a836df84b5b6d9b1909df3d5226a1e7 Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Fri, 3 Feb 2017 07:29:43 +0100 Subject: make test: improve test filtering Implement fine-grained test filtering by supporting more complicated filters beside the original file name suffix filter. Change-Id: If5a166d08cffe8c58cc6cf174e6df861c34dbaa6 Signed-off-by: Klement Sekera --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b50d2039..bbbb2acf 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ help: @echo " startup.conf file is present" @echo " GDB= - gdb binary to use for debugging" @echo " PLATFORM= - target platform. default is vpp" - @echo " TEST= - only run specific test" + @echo " TEST= - apply filter to test set, see test-help" @echo "" @echo "Current Argument Values:" @echo " V = $(V)" -- cgit 1.2.3-korg