mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 01:55:43 +00:00
Add selftest program to the list of tests
This commit is contained in:
parent
13a1ef8600
commit
2be0b5225e
|
@ -4,6 +4,11 @@ test_suites
|
||||||
(reference test vectors, sanity checks, malformed input for parsing
|
(reference test vectors, sanity checks, malformed input for parsing
|
||||||
functions, etc.) for all modules except the SSL modules.
|
functions, etc.) for all modules except the SSL modules.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
compat
|
compat
|
||||||
The 'tests/compat.sh' script checks interoperability with OpenSSL and
|
The 'tests/compat.sh' script checks interoperability with OpenSSL and
|
||||||
GnuTLS (and ourselves!) for every common ciphersuite, in every TLS
|
GnuTLS (and ourselves!) for every common ciphersuite, in every TLS
|
||||||
|
|
|
@ -74,6 +74,7 @@ cleanup
|
||||||
cmake -D CMAKE_BUILD_TYPE:String=ASan .
|
cmake -D CMAKE_BUILD_TYPE:String=ASan .
|
||||||
make
|
make
|
||||||
make test
|
make test
|
||||||
|
programs/test/selftest
|
||||||
cd tests
|
cd tests
|
||||||
./compat.sh
|
./compat.sh
|
||||||
./ssl-opt.sh
|
./ssl-opt.sh
|
||||||
|
|
Loading…
Reference in a new issue