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:
Gilles Peskine 2017-12-15 15:01:27 +01:00
parent 319ac801a8
commit c82fbb4e14
2 changed files with 40 additions and 5 deletions

View file

@ -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.