Python API: Missing locking of results data structure.
[vpp.git] / Makefile
index 6e512fe..f1813a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@ help:
        @echo " test-wipe-doc       - wipe documentation for test framework"
        @echo " test-cov            - generate code coverage report for test framework"
        @echo " test-wipe-cov       - wipe code coverage report for test framework"
+       @echo " test-checkstyle     - check PEP8 compliance for test framework"
        @echo ""
        @echo "Make Arguments:"
        @echo " V=[0|1]             - set build verbosity level"
@@ -239,6 +240,9 @@ test-cov: bootstrap
 test-wipe-cov:
        @make -C test wipe-cov
 
+test-checkstyle:
+       @make -C test checkstyle
+
 retest:
        $(call test,vpp_lite,vpp_lite,retest)
 
@@ -356,5 +360,6 @@ ifeq ($(OS_ID),centos)
        $(call banner,"Building rpm packages")
        @make pkg-rpm
 endif
+       @make test