summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2009-04-14 00:11:19 +0000
committerGravatar Karl Ramm <kcr@1ts.org>2009-04-14 00:11:19 +0000
commitb80192ca90105f27d0dff1c8c89558fa5c212b50 (patch)
treeb5f0ce26c617295eb246065105626f2b25ce5039 /debian
parent57ce1838dd5f6c54ea340e08a8e62a16e0377689 (diff)
always run the tests
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
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