2008-06-05 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / mcs / README
index 9b18be717a7970239296ca8b18a30daa4acc5ac3..6bab5b4d9f54076c48112a4cdf1e9b9cb42baa24 100644 (file)
@@ -12,16 +12,16 @@ Testing the Compiler
        test.
 
        Before commiting changes to MCS, make sure that all the tests
-       in `mcs/tests' pass, type:
+       in `mcs/tests' pass, and all the tests in 'mcs/errors' have the
+       expected result, type:
 
-       cd mcs/tests
-       make run-test-local
+         cd mcs                # The top-level 'mcs' directory
+         make compiler-tests
 
-       There is a new set of negative tests (errors that the compiler
-       should flag), but not all of them pass currently:
+       If you want to test the installed compiler, you can run:
 
-       cd mcs/errors
-       make run-test-local
+         cd mcs                # The top-level 'mcs' directory
+         make test-installed-compiler
 
 Full Bootstrap
 ==============