added #if TARGET_J2EE
[mono.git] / mcs / README
index 552d3527fcc83237b5b5bdfd3f2761af607108b8..164b69f4623f702e2ce5474cef095f898e387dc2 100644 (file)
@@ -12,9 +12,6 @@ package module which drives the compilation of this directory.
 * Layout
 ========
 
-       bmcs/
-               New experimental Basic compiler.
-
        build/
                Rules, configuration and makefile components to build
                this module.
@@ -68,6 +65,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
 ==================