aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2017-02-03 07:29:43 +0100
committerDamjan Marion <dmarion.lists@gmail.com>2017-02-06 23:33:52 +0000
commit104543fa6a836df84b5b6d9b1909df3d5226a1e7 (patch)
treebe475e2fc32ea60598a5fbae06d1d6de1b267c04 /Makefile
parentbd69a5f24c6e83e9101f203dd124864fb2877a17 (diff)
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 <ksekera@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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=<path> - gdb binary to use for debugging"
@echo " PLATFORM=<name> - target platform. default is vpp"
- @echo " TEST=<name> - only run specific test"
+ @echo " TEST=<filter> - apply filter to test set, see test-help"
@echo ""
@echo "Current Argument Values:"
@echo " V = $(V)"