commit | c82fbb4e14faf3ee3006e978d21fb231767a37dc | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Dec 15 15:01:27 2017 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Dec 20 20:23:13 2017 +0100 |
tree | e68622703ed28054bd698919bd5c40263e7dfed3 | |
parent | 319ac801a84b899890e797c65b475f01fe560254 [diff] [blame] |
selftest: allow running a subset of the tests If given command line arguments, interpret them as test names and only run those tests.
diff --git a/ChangeLog b/ChangeLog index 2061be0..80e44dd 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -4,6 +4,8 @@ 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.