4 echo "You should give a list of test names such as: "
5 echo "$0 System.Windows.Forms.ListViewItemTest"
12 cp ..
/..
/System.Windows.Forms_test_default.dll .
14 NUNITCONSOLE
=$topdir/class
/lib
/default
/nunit-console.exe
15 MONO_PATH
=$topdir/nunit20
:$topdir/class
/lib
:.
18 if [ "$i" = "all" ]; then
21 fixture
="/fixture:MonoTests.${i}"
23 MONO_PATH
=$MONO_PATH \
24 ${NUNITCONSOLE} System.Windows.Forms_test_default.dll
$fixture