#!/bin/sh -e

mkdir build
cd build
cmake ../
rmdir bin
ln -s /usr/lib/seqan/bin bin
ctest --tests-regex 'app_.*' --parallel $(nproc)

