diff options
| author | Steffen Jaeckel <[email protected]> | 2021-07-08 15:57:40 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-07-23 13:36:20 -0400 |
| commit | 25c8b9f298e46ea6048b5308f7ee207c6461c36a (patch) | |
| tree | 1c8f414dc7ae2d0e914a706e3dd8aaebb945c946 /test/common/Makefile | |
| parent | 33198740aca2d68e9760cfd6ebb5a55894431966 (diff) | |
test: add first autoboot unit tests
This adds tests for the crypt-based and plain SHA256-based password hashing
algorithms in the autoboot flow.
Signed-off-by: Steffen Jaeckel <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/common/Makefile')
| -rw-r--r-- | test/common/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/common/Makefile b/test/common/Makefile new file mode 100644 index 00000000000..24c9145dccc --- /dev/null +++ b/test/common/Makefile @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0+ +obj-y += cmd_ut_common.o +obj-$(CONFIG_AUTOBOOT) += test_autoboot.o |
