ChangeLog: Updated ChangeLog.
[mono.git] / mcs / btests / Readme
1 In this directory we have three types of test cases :
2
3         * The test cases which should compile and run without failure (positive test cases). Any failure during compile and run shows some defect in the compiler or class libraries
4         * Test cases which should fail during compilation time. If these test cases get compiled without failure denotes that the compiler is deviating from the specification.
5         * Test cases those fails during run time.
6
7 The make file picks-up test cases from Test.Sources file.
8
9 The new test cases have to be added to Test.Sources in appropriate section.
10
11 To run the tests type following command
12         make run-test-local or just make
13
14 All the failure/success messages get stored in results.out file.