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

@ -26,6 +26,7 @@ dinstall: deb
.PHONY: deb .PHONY: deb
deb ${DEB}: deb ${DEB}:
$(MAKE) -C test check
rm -rf build rm -rf build
rsync -a src/ build rsync -a src/ build
rsync -a debian/ build/debian rsync -a debian/ build/debian