#!/bin/sh
export MONO_PATH=/usr/lib/nunit:$MONO_PATH
exec /usr/bin/mono --debug /usr/lib/mono/1.0/gnunit.exe "$@"
