tools/corrosion/test/README.md
author unC0Rr
Fri, 22 Nov 2024 17:30:45 +0100
branchtransitional_engine
changeset 16042 14b83df1832b
parent 16021 6a3dc15b78b9
permissions -rw-r--r--
Merge tip

# Corrosion Tests

Corrosions tests are run via ctest. The tests themselves utilize CMake script mode
to configure and build a test project, which allows for great flexibility.
Using ctest properties such as `PASS_REGULAR_EXPRESSION` or `FAIL_REGULAR_EXPRESSION`
can be used to confirm that built executable targets run as expected, but can also
be used to fail tests if Corrosion warnings appear in the configure output.