mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 06:59:19 +01:00
selftest: allow running a subset of the tests
If given command line arguments, interpret them as test names and only run those tests.
This commit is contained in:
parent
319ac801a8
commit
c82fbb4e14
2 changed files with 40 additions and 5 deletions
|
|
@ -4,6 +4,8 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
|||
|
||||
Features
|
||||
* Allow comments in test data files.
|
||||
* The selftest program can execute a subset of the tests based on command
|
||||
line arguments.
|
||||
|
||||
Bugfix
|
||||
* Fix memory leak in mbedtls_ssl_set_hostname() when called multiple times.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue