X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=Makefile;h=e717c5b139259ae4e1a0abaad0e3d613b50fbf12;hp=9c2576c5537f71dd071df23e03c98dde0247aae1;hb=2fff84d9292200eca643555f4494aef21d3a0f63;hpb=74b3593bf5b244a20efe0e8dd1de6aca6b7850f8 diff --git a/Makefile b/Makefile index 9c2576c..e717c5b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=4.0 VERSION=4.0 -PKGREL=4 +PKGREL=27 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}