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