]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - Makefile
rdma: Fix incorrectly handled NLA validation
[mirror_iproute2.git] / Makefile
index 25de3893cae4edddc9dfd59c88191b6211c433aa..20c760e24c9434c9f69d2093efab99657cfe0d4a 100644 (file)
--- 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: all
+       cd testsuite && $(MAKE) && $(MAKE) alltests
+
 cscope:
        cscope -b -q -R -Iinclude -sip -slib -smisc -snetem -stc