#!/bin/bash
cd ../..
. setpath

python -m unittest discover -t ../src -s jptests.formalisms.music_halfspan -p "*" $*
