]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Add a test for disabling CONFIG_CMDLINE
authorSimon Glass <sjg@chromium.org>
Thu, 26 Oct 2023 18:31:37 +0000 (14:31 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 7 Nov 2023 19:49:40 +0000 (14:49 -0500)
commit703b5b33cd11ee55dc7196a750666ed773c412cf
tree11b677e931d3bedfd3b713318a95909696451308
parentd563bb5d167dbb8630ececbb35e9cdbef0ddb4be
sandbox: Add a test for disabling CONFIG_CMDLINE

Now that everything is working, add a test to make sure that this
builds correctly.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
test/py/tests/test_sandbox_opts.py [new file with mode: 0644]