From: Matus Fabian Date: Mon, 2 Jan 2017 12:44:03 +0000 (-0800) Subject: fix run-vat path X-Git-Tag: v17.04-rc1~448 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F4506%2F2;p=vpp.git fix run-vat path Change-Id: Idfe5050b2db35794687da797afdca60a707aa42c Signed-off-by: Matus Fabian --- diff --git a/Makefile b/Makefile index 9187404ce9d..447f809ccf6 100644 --- a/Makefile +++ b/Makefile @@ -284,7 +284,7 @@ build-vat: $(call make,$(PLATFORM)_debug,vpp-api-test-install) run-vat: - @sudo $(BR)/install-$(PLATFORM)_debug-native/vpp-api-test/bin/vpp_api_test + @sudo $(BR)/install-$(PLATFORM)_debug-native/vpp/bin/vpp_api_test pkg-deb: $(call make,$(PLATFORM),install-deb)