#!/bin/sh
set -e
python setup.py build_ext --inplace
export PYTHONPATH=`pwd`:$PYTHONPATH
cd tests
nice python alltests.py "$@"
