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