summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57e49292a4a..4e886a9c206 100644
--- a/Makefile
+++ b/Makefile
@@ -414,7 +414,7 @@ define test
$(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=$(1) TAG=$(2) vpp-install,)
$(eval libs:=lib lib64)
make -C test \
- VPP_BUILD_DIR=$(BR)/build-$(2)-native \
+ VPP_BUILD_DIR=$(BR)/build-$(2)-native/vpp \
VPP_BIN=$(BR)/install-$(2)-native/vpp/bin/vpp \
VPP_INSTALL_PATH=$(BR)/install-$(2)-native/ \
EXTENDED_TESTS=$(EXTENDED_TESTS) \