diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-02-03 07:29:43 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-02-06 23:33:52 +0000 |
commit | 104543fa6a836df84b5b6d9b1909df3d5226a1e7 (patch) | |
tree | be475e2fc32ea60598a5fbae06d1d6de1b267c04 /Makefile | |
parent | bd69a5f24c6e83e9101f203dd124864fb2877a17 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)" |