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
path: root/docs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2008-12-04 03:58:08 +0300
committerMiguel de Icaza <miguel@gnome.org>2008-12-04 03:58:08 +0300
commit1a241fbdecf154eae00a15d7efef5e23d316f7ba (patch)
treefc2bbb81cd2159c2641bb002d8282e5e991998b8 /docs
parenta9c3f741057f6312549ad92761725376fa01278c (diff)
Indentation
svn path=/trunk/mono/; revision=120653
Diffstat (limited to 'docs')
-rw-r--r--docs/mini-porting.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/mini-porting.txt b/docs/mini-porting.txt
index cdb967d3d9e..96dcc4acea6 100644
--- a/docs/mini-porting.txt
+++ b/docs/mini-porting.txt
@@ -417,12 +417,19 @@
* Testing the port
- The JIT has a set of regression tests in *.cs files inside the mini directory.
- The usual method of testing a port is by compiling these tests on another machine
- with a working runtime by typing 'make rcheck', then copying TestDriver.dll and
- *.exe to the mini directory. The tests can be run by typing:
+ The JIT has a set of regression tests in *.cs files inside the
+ mini directory.
+
+ The usual method of testing a port is by compiling these tests on
+ another machine with a working runtime by typing 'make rcheck',
+ then copying TestDriver.dll and *.exe to the mini directory. The
+ tests can be run by typing:
+
./mono --regression <exe file name>
- The suggested order for working through these tests is the following:
+
+ The suggested order for working through these tests is the
+ following:
+
- basic.exe
- basic-long.exe
- basic-float.exe