X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FREADME;h=365dc89247ecfb3dfe635a9ff0ea2209b203c498;hb=43b0daca6afbd669c8b5b677096fd705af02c1d8;hp=552d3527fcc83237b5b5bdfd3f2761af607108b8;hpb=c4aef31eeea309e6a795c84c098ac8e1a2490340;p=mono.git 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 ==================