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/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/Makefile')
| -rw-r--r-- | test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 117839e5847..b3b2902e2e7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -22,6 +22,7 @@ obj-$(CONFIG_UT_TIME) += time_ut.o obj-y += ut.o ifeq ($(CONFIG_SPL_BUILD),) +obj-$(CONFIG_UNIT_TEST) += common/ obj-$(CONFIG_UNIT_TEST) += lib/ obj-y += log/ obj-$(CONFIG_$(SPL_)UT_UNICODE) += unicode_ut.o |
