]> git.proxmox.com Git - pve-common.git/blobdiff - Makefile
Handle string parameter to file content replacement
[pve-common.git] / Makefile
index ec6588440adc541c675162d6ca9393875a4ad451..8c6a94268a430ee9af50c33a114116190da021a0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-RELEASE=4.0
+RELEASE=4.1
 
 VERSION=4.0
-PKGREL=3
+PKGREL=58
 
 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}