#!/bin/sh

set -e

cd build

xvfb-run /usr/bin/ctest --force-new-ctest-process

# Look if all libs are available.
#ldd *
