Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-06 | test: Remove <common.h> and add needed includes | Tom Rini | |
Remove <common.h> from all "test/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2021-07-23 | test: add first autoboot unit tests | Steffen Jaeckel | |
This adds tests for the crypt-based and plain SHA256-based password hashing algorithms in the autoboot flow. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de> Reviewed-by: Simon Glass <sjg@chromium.org> |