From: Dietmar Maurer Date: Fri, 26 Jun 2015 05:54:48 +0000 (+0200) Subject: run regression tests before building the package X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=d5f6190912a3d000f20d96e7f1b4c837a66e8b66 run regression tests before building the package --- diff --git a/Makefile b/Makefile index 47fa8fc..95181ad 100644 --- a/Makefile +++ b/Makefile @@ -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