aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Vinciguerra <pvinci@vinciconsulting.com>2019-07-09 16:49:46 -0400
committerNeale Ranns <nranns@cisco.com>2019-07-28 14:21:05 +0000
commit2648e4474eee9df539d644cf22e67cd04385f0ba (patch)
tree8156dfb1cbe3bfe213aa8ae0f3633a28c55bcc46 /Makefile
parent22e9cfd760be613f33a4135e9247729b64619cc6 (diff)
build: add option to wipe/rebuild papi
Previously, the only option was to wipe/rebuild all the test dependencies. Type: make Change-Id: Ia95d6e800f67bef033dcf614dbfa249c3e43159d Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c8b1730023..16243bc5085 100644
--- a/Makefile
+++ b/Makefile
@@ -423,6 +423,9 @@ test-all-debug:
$(eval EXTENDED_TESTS=yes)
$(call test,vpp,vpp_debug,test)
+papi-wipe:
+ @make -C test papi-wipe
+
test-help:
@make -C test help