X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=f0173cc1757afbbc727d3bf947a106dc91a5c237;hb=a86e289570dfb7e02c47bed023c0669f3804a8bd;hp=7faba3b61ef69f5efb57749840073f23fc2d4b67;hpb=80f54e20270ed0628ee725e3e3c515731a0188f2;p=vpp.git diff --git a/Makefile b/Makefile index 7faba3b61ef..f0173cc1757 100644 --- a/Makefile +++ b/Makefile @@ -86,6 +86,8 @@ help: @echo " test-debug - build and run (basic) functional tests (debug build)" @echo " test-all - build and run (all) functional tests" @echo " test-all-debug - build and run (all) functional tests (debug build)" + @echo " test-shell - enter shell with test environment" + @echo " test-shell-debug - enter shell with test environment (debug build)" @echo " test-wipe - wipe files generated by unit tests" @echo " retest - run functional tests" @echo " retest-debug - run functional tests (debug build)" @@ -247,6 +249,12 @@ test-help: test-wipe: @make -C test wipe +test-shell: bootstrap + $(call test,vpp_lite,vpp_lite,shell) + +test-shell-debug: bootstrap + $(call test,vpp_lite,vpp_lite_debug,shell) + test-doc: @make -C test doc