X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=1f8386ed96441ffee2c97a33b02cc8a109b13166;hp=413c69bc0583b74e0b9a369b76ed5ac87572760d;hb=d601e17b1044e85b97d37512e045c3f095eaa833;hpb=2c4ec58c523fd64e2196eeabd9e0bc063855c118 diff --git a/Makefile b/Makefile index 413c69b..1f8386e 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -RELEASE=4.0 +RELEASE=4.1 VERSION=4.0 -PKGREL=7 +PKGREL=45 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}