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:
authorMiguel de Icaza <miguel@gnome.org>2003-12-21 22:09:55 +0300
committerMiguel de Icaza <miguel@gnome.org>2003-12-21 22:09:55 +0300
commit29b1f79da69447b859cce398a5e6f08e68f729be (patch)
tree5f72cd5ca88dd155c4d0b34d429dbcf1e08bb772 /web/testing
parentb62ef47b362700ac2793e757c8020371e151152b (diff)
Update with testing instructions
svn path=/trunk/mono/; revision=21404
Diffstat (limited to 'web/testing')
-rw-r--r--web/testing12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/testing b/web/testing
index 2c79fcd82d6..d4d6ecbcc3e 100644
--- a/web/testing
+++ b/web/testing
@@ -15,6 +15,8 @@
<li><a href="#compiler"><b>Compiler tests</b></a>: Both
tests that should pass and tests that should fail are included.
+ <li><a href="#runtime"><b>Runtime tests</b></a>: Tests for
+ the virtual machine.
</ul>
<a name="unit"></a>
@@ -168,3 +170,13 @@
tests live in mcs/errors.
The VB.NET compilation tests live in mcs/btests.
+
+<a name="runtime"></a>
+* Runtime Tests
+
+ These tests verify the virtual machine, to run these tests, do:
+
+<pre>
+ cd mono/mono/tests
+ make test
+</pre> \ No newline at end of file