Manuel Pégourié-Gonnard | 720375e | 2014-02-24 12:39:18 +0100 | [diff] [blame] | 1 | test_suites |
| 2 | The various 'test_suite_XXX' programs from the 'tests' directory, executed |
| 3 | using 'make check' (Unix make) or 'make test' (Cmake), include test cases |
Manuel Pégourié-Gonnard | 8a3a320 | 2014-03-26 08:47:01 +0100 | [diff] [blame] | 4 | (reference test vectors, sanity checks, malformed input for parsing |
Jaeden Amero | 9afb2e9 | 2018-11-02 10:51:09 +0000 | [diff] [blame] | 5 | functions, etc.) for all modules. |
Manuel Pégourié-Gonnard | 720375e | 2014-02-24 12:39:18 +0100 | [diff] [blame] | 6 | |
Manuel Pégourié-Gonnard | 2be0b52 | 2014-03-27 20:16:07 +0100 | [diff] [blame] | 7 | selftests |
| 8 | The 'programs/test/selftest' program runs the 'XXX_self_test()' functions |
| 9 | of each individual module. Most of them are included in the respective |
| 10 | test suite, but some slower ones are only included here. |