diff options
| author | Simon Glass <[email protected]> | 2022-04-24 23:31:24 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-25 10:00:04 -0400 |
| commit | fb1451bec2a54046eeb541d77ba0e5eb55302d46 (patch) | |
| tree | 229fbd649f4d60e90c77567a2b6d94d487c57c8b /test/boot/Makefile | |
| parent | 0ccb0ac5d8fa8e03ba57b364133b7f033c2d52c1 (diff) | |
bootstd: Add tests for bootstd including all uclasses
Add a set of combined tests for the bootdev, bootflow and bootmeth
commands, along with associated functionality.
Expand the sandbox console-recording limit so that these can work.
These tests rely on a filesystem script which is not yet added to the
Python tests. It is included here as a shell script.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/boot/Makefile')
| -rw-r--r-- | test/boot/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/boot/Makefile b/test/boot/Makefile new file mode 100644 index 00000000000..1730792b5fa --- /dev/null +++ b/test/boot/Makefile @@ -0,0 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright 2021 Google LLC + +obj-$(CONFIG_BOOTSTD) += bootdev.o bootstd_common.o bootflow.o bootmeth.o |
