aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-12-28 15:14:46 +0100
committerDamjan Marion <damarion@cisco.com>2016-12-28 15:21:59 +0100
commit37d77e9edbf845de23d41c343c11b34a575761ff (patch)
treef1e82da7250aa34cbd21eec7d432b4dcc72a5dfe /test/Makefile
parent7cd468a3d7dee7d6c92f69a0bb7061ae208ec727 (diff)
test: fix paths after source code move
Change-Id: I3100260bb697f9af2f73ad3777e8b27069c5babe Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 54fe0582..204afd38 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -30,7 +30,7 @@ $(PIP_PATCH_DONE): $(PIP_INSTALL_DONE)
@touch $@
$(PAPI_INSTALL_DONE): $(PIP_PATCH_DONE)
- @bash -c "source $(PYTHON_VENV_PATH)/bin/activate && cd $(WS_ROOT)/vpp-api/python && python setup.py install"
+ @bash -c "source $(PYTHON_VENV_PATH)/bin/activate && cd $(WS_ROOT)/src/vpp-api/python && python setup.py install"
@touch $@
define retest-func