make test: clean ext binaries when doing test-wipe

Change-Id: I9f5212ee670ea91c6b35f1406c256d0687b9c6b5
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
Klement Sekera
2017-09-27 06:48:44 +02:00
committed by Neale Ranns
parent 891c94d5d3
commit a61d125198

View File

@@ -140,6 +140,7 @@ reset:
@mkdir $(VPP_TEST_FAILED_DIR)
wipe: reset
@make -C ext clean
@rm -rf $(PYTHON_VENV_PATH)
@rm -f $(PAPI_INSTALL_FLAGS)