]> git.proxmox.com Git - pve-common.git/blobdiff - Makefile
Support named formats in typetext generation
[pve-common.git] / Makefile
index 603a8024139126931d8d33fc1838d46fc7207f87..5462497f3cf1eaf476da931ceb762e05b1bf4f34 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 RELEASE=4.0
 
 VERSION=4.0
-PKGREL=5
+PKGREL=25
 
 PACKAGE=libpve-common-perl
 
@@ -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
@@ -40,6 +41,9 @@ clean:
 .PHONY: distclean
 distclean: clean
 
+.PHONY: check
+check:
+       $(MAKE) -C test check
 
 .PHONY: upload
 upload: ${DEB}