Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Drawing/Test/System.Drawing/README')
-rw-r--r--mcs/class/System.Drawing/Test/System.Drawing/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcs/class/System.Drawing/Test/System.Drawing/README b/mcs/class/System.Drawing/Test/System.Drawing/README
new file mode 100644
index 00000000000..957903d11bb
--- /dev/null
+++ b/mcs/class/System.Drawing/Test/System.Drawing/README
@@ -0,0 +1,12 @@
+README
+
+* To run the tests using the Mono rutime
+
+cd mcs/class/System.Drawing
+make run-test
+
+* test-ms.sh runs the test using the MS .Net runtime and stores the bimaps
+created by tests in the directory called MsNet.
+
+
+