branch | transitional_engine |
changeset 16021 | 6a3dc15b78b9 |
16009:7544a7d7c819 | 16021:6a3dc15b78b9 |
---|---|
1 # Corrosion Tests |
|
2 |
|
3 Corrosions tests are run via ctest. The tests themselves utilize CMake script mode |
|
4 to configure and build a test project, which allows for great flexibility. |
|
5 Using ctest properties such as `PASS_REGULAR_EXPRESSION` or `FAIL_REGULAR_EXPRESSION` |
|
6 can be used to confirm that built executable targets run as expected, but can also |
|
7 be used to fail tests if Corrosion warnings appear in the configure output. |