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