string format implementation
[mono.git] / mcs / class / System.Drawing / Test / System.Drawing / tests.sh
1 #!/bin/sh\r
2 \r
3 if [ ! -d "mono" ]; then\r
4         mkdir mono\r
5 fi\r
6 \r
7 mcs TestPoint.cs /r:NUnit.Framework.dll /r:System.Drawing.dll /target:library \r
8 nunit-console TestPoint.dll\r
9 \r
10 mcs TestBitmap.cs /r:NUnit.Framework.dll /r:System.Drawing.dll  /target:library \r
11 mono --debug nunit-console.exe TestBitmap.dll\r
12 \r
13 mcs TestSize.cs /r:NUnit.Framework.dll /r:System.Drawing.dll  /target:library \r
14 mono --debug nunit-console.exe TestSize.dll\r
15 \r
16 mcs TestSizeF.cs /r:NUnit.Framework.dll /r:System.Drawing.dll  /target:library \r
17 mono --debug nunit-console.exe TestSizeF.dll\r
18 \r
19 mcs TestStringFormat.cs /r:NUnit.Framework.dll /r:System.Drawing.dll  /target:library \r
20 mono --debug nunit-console.exe TestStringFormat.dll\r
21 \r