diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-09-27 06:48:44 +0200 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-09-27 15:46:30 +0000 |
commit | a61d1251985f236d0a96b3136d6a948fe8fc47fd (patch) | |
tree | d6a85343b1c09ece1e23990f4010443d4c11e56c /test/Makefile | |
parent | 891c94d5d31d8cb6e94d46963b998f80c0c2b759 (diff) |
make test: clean ext binaries when doing test-wipe
Change-Id: I9f5212ee670ea91c6b35f1406c256d0687b9c6b5
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 132ebee6006..721ec963ba9 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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) |