diff options
| author | Marek Vasut <[email protected]> | 2022-12-20 07:26:00 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-01-11 15:02:24 -0500 |
| commit | f08dcd9fd063af293a4551c1b195efec2ad5f7df (patch) | |
| tree | 176583cb4c0d48c18ff569f644f8724396b7b344 /test/cmd/Makefile | |
| parent | 721307eba0e7d94241698936c58352ee3c6da748 (diff) | |
test: cmd: exit: Add unit test for exit and partly run commands
Add a test which validates that exit from environment script works as
expected, including return value propagation and clipping to positive
integers.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'test/cmd/Makefile')
| -rw-r--r-- | test/cmd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmd/Makefile b/test/cmd/Makefile index bc961df3dce..09e410ec30e 100644 --- a/test/cmd/Makefile +++ b/test/cmd/Makefile @@ -8,7 +8,7 @@ endif ifdef CONFIG_CONSOLE_RECORD obj-$(CONFIG_CMD_PAUSE) += test_pause.o endif -obj-y += mem.o +obj-y += exit.o mem.o obj-$(CONFIG_CMD_ADDRMAP) += addrmap.o obj-$(CONFIG_CMD_FDT) += fdt.o obj-$(CONFIG_CONSOLE_TRUETYPE) += font.o |
