File: README.md

package info (click to toggle)
corrosion 0.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,052 kB
  • sloc: cpp: 121; sh: 18; ansic: 8; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
# 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.