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:
authorRaja R Harinath <harinath@hurrynot.org>2006-09-01 16:56:44 +0400
committerRaja R Harinath <harinath@hurrynot.org>2006-09-01 16:56:44 +0400
commit010b6a10009f23be35a7e939929a6ec77b2cf00d (patch)
tree604c1ef1cd7982e68bf6f6a29e730de3db7a2211 /mcs/README
parent3484e3cd52464e226ec9c2a9ee75ddecf31c8408 (diff)
Add hint about running unit tests and individual fixtures in there.
svn path=/trunk/mcs/; revision=64701
Diffstat (limited to 'mcs/README')
-rw-r--r--mcs/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/mcs/README b/mcs/README
index 552d3527fcc..365dc89247e 100644
--- a/mcs/README
+++ b/mcs/README
@@ -68,6 +68,19 @@ And to install:
make PROFILE=net_2_0 install
+* Running Unit tests
+====================
+
+You can run unit tests in individual components by running the command
+"make run-test". If you want to run tests for a different profile (say
+'net_2_0')
+
+ make run-test PROFILE=net_2_0
+
+If you want to only run the tests in a single fixture (say
+'MonoTests.System.TypeTest'), you can use
+
+ make run-test TEST_HARNESS_FLAGS=/fixture:MonoTests.System.TypeTest
* Acknowledgements
==================