aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2016-11-11 23:31:55 +0100
committerDamjan Marion <damarion@cisco.com>2016-11-11 23:31:55 +0100
commit4cecc611bedde8a9a1b2ad1454dd84f30a1652cb (patch)
tree0b5802a8bd035ccd27ec4862389ef48045dbd504 /Makefile
parent49c0fcabada485d4f0e4bf9e2d5e26b79bbcc645 (diff)
Add 'make verify' target to top-level makefile
Change-Id: I992df2b6ded9533d32f5f936e6d651055061f054 Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'Makefile')
-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