2014-02-24 12:39:18 +01:00
|
|
|
test_suites
|
|
|
|
The various 'test_suite_XXX' programs from the 'tests' directory, executed
|
|
|
|
using 'make check' (Unix make) or 'make test' (Cmake), include test cases
|
2014-03-26 08:47:01 +01:00
|
|
|
(reference test vectors, sanity checks, malformed input for parsing
|
2018-11-02 11:51:09 +01:00
|
|
|
functions, etc.) for all modules.
|
2014-02-24 12:39:18 +01:00
|
|
|
|
2014-03-27 20:16:07 +01:00
|
|
|
selftests
|
|
|
|
The 'programs/test/selftest' program runs the 'XXX_self_test()' functions
|
|
|
|
of each individual module. Most of them are included in the respective
|
|
|
|
test suite, but some slower ones are only included here.
|