diff options
author | Klement Sekera <klement.sekera@gmail.com> | 2023-04-14 17:41:40 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-04-25 15:44:53 +0000 |
commit | cffeca4f1e3c8de10a55aaf023de287448db8213 (patch) | |
tree | 7f7a09f4adcccec4eb0ae410b8292bd7c991a005 | |
parent | 08c50e3b7acb932adb1f62002619a1e52207262a (diff) |
tests: fix test-help formatting
Type: improvement
Change-Id: Ib7703359b998456bff88caee88c2734c7724bc09
Signed-off-by: Klement Sekera <klement.sekera@gmail.com>
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 44187408440..41d28f9f772 100644 --- a/test/Makefile +++ b/test/Makefile @@ -395,7 +395,7 @@ help: @echo " retest-all - run functional and extended tests" @echo " retest-all-debug - run functional and extended tests (debug build)" @echo " test-cov - generate code coverage report for test framework" - @echo " test-gcov - build and run functional tests (gcov build)" + @echo " test-gcov - build and run functional tests (gcov build)" @echo " test-wipe - wipe (temporary) files generated by unit tests" @echo " test-wipe-cov - wipe code coverage report for test framework" @echo " test-wipe-papi - rebuild vpp_papi sources" |