#!/bin/sh

: ${testdir:=$PWD/debian/tests}

cd $testdir/package-fixture

MAKEFLAGS="w -j10" debian/rules build
