diff options
Diffstat (limited to 'test')
-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) |