]> git.proxmox.com Git - pve-common.git/blobdiff - Makefile
run regression tests before building the package
[pve-common.git] / Makefile
index 47fa8fcd3c1c16c5df8002a0a14f60182839c1d0..95181ade94f8e7cf85526240684f9fab08dbdc6c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,8 @@ dinstall: deb
 
 
 .PHONY: deb
-deb ${DEB}: 
+deb ${DEB}:
+       $(MAKE) -C test check
        rm -rf build
        rsync -a src/ build
        rsync -a debian/ build/debian