commit | edede44d97b88a01003cbb6de7def73bdd402c55 | [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:31:32 2017 +0100 |
tree | c591f2a92b87df3d7b80af7e9ca7e994ce3df0fc | |
parent | 6d51b6331600566a7c31326afc790181cba262b7 [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 76d4b54..9fd8cce 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -14,6 +14,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 ssl_parse_record_header() to silently discard invalid DTLS records