aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2021-05-25 21:15:36 +0200
committerOle Tr�an <otroan@employees.org>2022-01-31 14:58:19 +0000
commit3a1a86f87fd7d9c84ad4b12124c50fc3927ec6cf (patch)
tree3a4916b73fbbe7385f46558a27eaf1c427a106cf /Makefile
parentc0a2f0ec9b2574441dd3280fe6ae25de5491f7a0 (diff)
tests: make VPP_BUILD_DIR to point to correct dir
Make VPP_BUILD_DIR hold the correct value and adjust paths where necessary. Type: refactor Change-Id: I5bc60666c04919956bf26badaf1ee1f1b188ef65 Signed-off-by: Klement Sekera <ksekera@cisco.com>
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) \