From 43341fc02198ef7535251dfa73c7cc828228d0ad Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 30 Jun 2025 14:21:07 +0200 Subject: cmd: Introduce CMD_HELP Add option to disable help command in size constrained systems to save some space. There is also no need to have ifdefs around CMDLINE because all commands depends on it. And also mark cmd_help dependency in test_help.py. Reviewed-by: Peter Robinson Reviewed-by: Mattijs Korpershoek Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/c17f825fb8a74e1d1912a3fd09a9a880c84a8bfd.1751286059.git.michal.simek@amd.com --- test/py/tests/test_help.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/py/tests/test_help.py') diff --git a/test/py/tests/test_help.py b/test/py/tests/test_help.py index 12cb36b7b98..afb57201ba3 100644 --- a/test/py/tests/test_help.py +++ b/test/py/tests/test_help.py @@ -4,6 +4,7 @@ import pytest +@pytest.mark.buildconfigspec('cmd_help') def test_help(ubman): """Test that the "help" command can be executed.""" -- cgit v1.2.3