From: Matus Fabian Date: Mon, 2 Jan 2017 12:44:03 +0000 (-0800) Subject: fix run-vat path X-Git-Tag: odp_vpp~832 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=5d22448922c52d2da0008b2ed2e2e20e08510229;p=odp4vpp.git fix run-vat path Change-Id: Idfe5050b2db35794687da797afdca60a707aa42c Signed-off-by: Matus Fabian --- diff --git a/Makefile b/Makefile index 9187404c..447f809c 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)