summaryrefslogtreecommitdiffstats
path: root/tests/unit/test-crypto-pbkdf.c
Commit message (Collapse)AuthorAgeFilesLines
* crypto: remove obsolete crypto test conditionDaniel P. Berrangé2021-07-141-4/+1Star
| | | | | | | | Since we now require gcrypt >= 1.8.0, there is no need to exclude the pbkdf test case. 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/+446
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>