X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=4b7170d27ff0ece0e60be1826309cc8f4ea652b0;hb=a6b31779f56f2b0b538b8e7591e62c545d5a05d8;hp=3db644e037d89d5454f5c8199c04cd891ccf8b0f;hpb=b80f9d1b7335f8d32adc0798f26a450419e44695;p=vpp.git diff --git a/Makefile b/Makefile index 3db644e037d..4b7170d27ff 100644 --- a/Makefile +++ b/Makefile @@ -192,6 +192,7 @@ define test @make -C test \ VPP_TEST_BIN=$(BR)/install-$(1)-native/vpp/bin/vpp \ VPP_TEST_API_TEST_BIN=$(BR)/install-$(1)-native/vpp-api-test/bin/vpp_api_test \ + VPP_TEST_PLUGIN_PATH=$(BR)/install-$(1)-native/plugins/lib64/vpp_plugins \ V=$(V) TEST=$(TEST) endef @@ -199,14 +200,14 @@ test: ifeq ($(OS_ID),ubuntu) @sudo -E apt-get $(CONFIRM) $(FORCE) install python-dev python-scapy endif - @make -C $(BR) PLATFORM=vpp_lite TAG=vpp_lite vpp-install vpp-api-test-install + @make -C $(BR) PLATFORM=vpp_lite TAG=vpp_lite plugins-install vpp-install vpp-api-test-install $(call test,vpp_lite) test-debug: ifeq ($(OS_ID),ubuntu) @sudo -E apt-get $(CONFIRM) $(FORCE) install python-dev python-scapy endif - @make -C $(BR) PLATFORM=vpp_lite TAG=vpp_lite_debug vpp-install vpp-api-test-install + @make -C $(BR) PLATFORM=vpp_lite TAG=vpp_lite_debug plugins-install vpp-install vpp-api-test-install $(call test,vpp_lite_debug) retest: