X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=3471f009081ae3ba06667896433641632cb5391c;hb=6530ef46f66cf306449432aef274aedf661a2812;hp=8eb5928f336b946c1bf715c9d55c2e0dfcab06fa;hpb=7daa19ff2ea4af2978ad7ea43b6545e8d1aa1e5c;p=pve-manager.git diff --git a/Makefile b/Makefile index 8eb5928f..3471f009 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: ${SUBDIRS} set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i; done .PHONY: check -check: bin tests +check: bin test ${MAKE} -C bin check ${MAKE} -C test check