summaryrefslogtreecommitdiffstats
path: root/tests/unit/test-crypto-hmac.c
Commit message (Collapse)AuthorAgeFilesLines
* crypto: use &error_fatal in crypto testsDaniel P. Berrangé2021-07-141-20/+8Star
| | | | | | | | | Using error_fatal provides better diagnostics when tests failed, than using asserts, because we see the text of the error message. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
* tests: Move unit tests into a separate directoryThomas Huth2021-03-121-0/+266
The main tests directory still looks very crowded, and it's not clear which files are part of a unit tests and which belong to a different test subsystem. Let's clean up the mess and move the unit tests to a separate directory. Message-Id: <20210310063314.1049838-1-thuth@redhat.com> Acked-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>