(no commit message)
[htsworkflow.git] / runtests.sh
1 #!/bin/sh
2
3 if [ -z $HTSW_ROOT ]; then
4   HTSW_ROOT=$(pwd)
5 fi
6
7 PYTHONPATH=${HTSW_ROOT}/htswcommon:${HTSW_ROOT}/htswdataprod:${HTSW_ROOT}/htswfrontend:$PYTHONPATH
8
9 nosetests -w ${HTSW_ROOT}/htswcommon
10 nosetests -w ${HTSW_ROOT}/htswdataprod