#!/bin/sh
# autopkgtest check: Run relevant part of testsuite with installed binaries
# Author: Sascha Steinbiss <satta@debian.org>
set -e

cd testsuite
./testsuite.rb -bin /usr/bin -keywords not fastdp and not gthunit
