From b80192ca90105f27d0dff1c8c89558fa5c212b50 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Tue, 14 Apr 2009 00:11:19 +0000 Subject: always run the tests --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 6958031..77cc5dd 100755 --- a/debian/rules +++ b/debian/rules @@ -74,7 +74,7 @@ build-stamp: # Add here commands to compile the package. set -e; \ for dir in $(VARIETALS) ; do \ - $(MAKE) -C $$dir/lib; $(MAKE) -C $$dir/server; \ + $(MAKE) -C $$dir/lib all check; $(MAKE) -C $$dir/server; \ done $(MAKE) -C no-krb -- cgit v1.2.3