diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..6a32776 --- /dev/null +++ b/test.sh @@ -0,0 +1,5 @@ +#!/bin/bash +DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +set -e +cd "$DIR"/build +ctest --output-on-failure