summaryrefslogtreecommitdiff
path: root/test/common/Makefile
diff options
context:
space:
mode:
authorSteffen Jaeckel <[email protected]>2021-07-08 15:57:40 +0200
committerTom Rini <[email protected]>2021-07-23 13:36:20 -0400
commit25c8b9f298e46ea6048b5308f7ee207c6461c36a (patch)
tree1c8f414dc7ae2d0e914a706e3dd8aaebb945c946 /test/common/Makefile
parent33198740aca2d68e9760cfd6ebb5a55894431966 (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/Makefile3
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