run regression tests before building the package

This commit is contained in:
Dietmar Maurer 2015-06-26 07:54:48 +02:00
parent c7c4208a33
commit d5f6190912

View File

@ -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