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

python -m unittest discover -t ../src -s jptests.misc.tree -p "*" $*
