]> git.proxmox.com Git - pve-manager.git/blobdiff - Makefile
fixup: Makefile: s/tests/test/
[pve-manager.git] / Makefile
index 8eb5928f336b946c1bf715c9d55c2e0dfcab06fa..3471f009081ae3ba06667896433641632cb5391c 100644 (file)
--- 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