#!/bin/sh -e

pkg=mrtrix3

echo "Running tests"
./run_tests
echo " success!"
