aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5064686c..6b1f13a7 100644
--- a/Makefile
+++ b/Makefile
@@ -329,3 +329,7 @@ doxygen:
wipe-doxygen:
$(call make-doxy)
+verify: $(BR)/.bootstrap.ok
+ @sudo -E apt-get $(CONFIRM) $(FORCE) install clang
+ @make -C build-root CC=clang PLATFORM=vpp TAG=vpp wipe-all install-packages
+ @make -C build-root CC=clang PLATFORM=vpp_lite TAG=vpp_lite wipe-all install-packages