Add 'make verify' target to top-level makefile

Change-Id: I992df2b6ded9533d32f5f936e6d651055061f054
Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:
Damjan Marion
2016-11-11 23:31:55 +01:00
parent 49c0fcabad
commit 4cecc611be

View File

@ -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