From: Petr Vorel Date: Fri, 21 Sep 2018 20:29:16 +0000 (+0200) Subject: Makefile: Add check target X-Git-Tag: v4.19.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8804a8c0d387c12155c5844fcc8290e1712dfbe9;p=thirdparty%2Fiproute2.git Makefile: Add check target Signed-off-by: Petr Vorel Signed-off-by: Stephen Hemminger --- diff --git a/Makefile b/Makefile index 25de3893c..b7488addc 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,7 @@ help: @echo " clean - remove products of build" @echo " distclean - remove configuration and build" @echo " install - install binaries on local machine" + @echo " check - run tests" @echo " cscope - build cscope database" @echo " snapshot - generate version number header" @echo "" @@ -118,6 +119,9 @@ clobber: distclean: clobber +check: + cd testsuite && $(MAKE) && $(MAKE) alltests + cscope: cscope -b -q -R -Iinclude -sip -slib -smisc -snetem -stc