X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=8db0bc6136a6d30101f3b77a7d224e2621233e4a;hb=2a8ced7bacb7da8ab4143a59720e74a2897cf714;hp=7469272eac389ea2012dbc92db9b57c1aa51940a;hpb=dc1c21d323affe3c4a3ff0f458fa1828eafd7753;p=pve-common.git diff --git a/Makefile b/Makefile index 7469272..8db0bc6 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=4.0 VERSION=4.0 -PKGREL=8 +PKGREL=18 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}