#!/bin/sh
set -e

make -C tests
WEBDIS_BIN=/usr/bin/webdis debian/test.sh make test
