From d5f6190912a3d000f20d96e7f1b4c837a66e8b66 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 26 Jun 2015 07:54:48 +0200 Subject: [PATCH] run regression tests before building the package --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2