]> git.proxmox.com Git - qemu-server.git/blobdiff - Makefile
Add new qm command 'importdisk' to import external disk images
[qemu-server.git] / Makefile
index 08cdd2ec0e5e00105383a96c69eed6e179f8382c..b8b7d4baede7638db3ddfa1ef9aa4ee62a967c8c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=qemu-server
-PKGREL=4
+PKGREL=6
 
 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro 
 
@@ -90,7 +90,7 @@ install: ${PKGSOURCES}
 
 .PHONY: deb
 deb: ${DEB}
-${DEB}: ${PKGSOURCES}
+${DEB}: ${PKGSOURCES} check
        rm -f *.deb
        rm -rf build
        mkdir build
@@ -108,6 +108,10 @@ ${DEB}: ${PKGSOURCES}
        mv build.deb ${DEB}
        lintian ${DEB}
 
+.PHONY: check
+check: test
+       make -C test
+
 .PHONY: upload
 upload: ${DEB}
        tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch