* PEAPI.cs: Clean up indentation. Split into ...
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / tests-ms.sh
index c9a66b4e38cf95bb1efc303686676552dfbef78b..6e17f2703934b67416b7d3e67270e91a9949ed22 100755 (executable)
@@ -8,8 +8,10 @@ if [ $# -eq 0 ]; then
        exit 1\r
 fi\r
 \r
+export MSNet=Yes\r
+cp ../../System.Drawing_test_default.dll .\r
 topdir=../../../..\r
-NUNITCONSOLE=$topdir/class/lib/nunit-console.exe\r
+NUNITCONSOLE=$topdir/class/lib/default/nunit-console.exe\r
 MONO_PATH=$topdir/nunit20:$topdir/class/lib:.\r
 \r
 for i in $@; do\r
@@ -19,7 +21,7 @@ for i in $@; do
                fixture="/fixture:MonoTests.${i}"\r
        fi\r
        MONO_PATH=$MONO_PATH \\r
-               ${NUNITCONSOLE} System.Drawing_test.dll $fixture\r
+               ${NUNITCONSOLE} System.Drawing_test_default.dll $fixture\r
 done\r
 \r
 \r