Make sw_interface_dump more compatible with 2.2.0
[vpp.git] / Makefile
index 17a69ba..8c7f352 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -100,8 +100,8 @@ ifeq ($(OS_ID),fedora)
 else
        RPM_DEPENDS += yum-utils
        RPM_DEPENDS += openssl-devel
-       RPM_DEPENDS += python-devel python34-ply
-       RPM_DEPENDS += python34-devel python34-pip
+       RPM_DEPENDS += python-devel python36-ply
+       RPM_DEPENDS += python36-devel python36-pip
        RPM_DEPENDS += python-virtualenv
        RPM_DEPENDS += devtoolset-7
        RPM_DEPENDS += cmake3
@@ -141,7 +141,7 @@ endif
 
 ifeq ($(OS_ID),opensuse-leap)
 ifeq ($(SUSE_ID),15.0)
-       RPM_SUSE_DEVEL_DEPS = libboost_headers-devel libboost_thread-devel gcc
+       RPM_SUSE_DEVEL_DEPS += libboost_headers-devel libboost_thread-devel gcc git curl
        RPM_SUSE_PYTHON_DEPS += python3-ply python2-virtualenv
 endif
 endif
@@ -194,6 +194,7 @@ 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-gcov           - build and run functional tests (gcov 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"
@@ -402,6 +403,9 @@ test:
 test-debug:
        $(call test,vpp,vpp_debug,test)
 
+test-gcov:
+       $(call test,vpp,vpp_gcov,test)
+
 test-all:
        $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=vpp TAG=vpp vom-install,)
        $(eval EXTENDED_TESTS=yes)