From 3a1a86f87fd7d9c84ad4b12124c50fc3927ec6cf Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Tue, 25 May 2021 21:15:36 +0200 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) \ -- cgit 1.2.3-korg