]> git.proxmox.com Git - pve-manager.git/blobdiff - Makefile
build: use pve-doc-generator to verify API
[pve-manager.git] / Makefile
index 8d462915e3db552dd162b670d6d499751a15cd56..8eb5928f336b946c1bf715c9d55c2e0dfcab06fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,9 @@ DEB=${PACKAGE}_${VERSION}-${PACKAGERELEASE}_${ARCH}.deb
 all: ${SUBDIRS}
        set -e && for i in ${SUBDIRS}; do ${MAKE} -C $$i; done
 
-check:
+.PHONY: check
+check: bin tests
+       ${MAKE} -C bin check
        ${MAKE} -C test check
 
 .PHONY: dinstall