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