]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bootconfig: Add bootconfig tests about braces
authorMasami Hiramatsu (Google) <mhiramat@kernel.org>
Fri, 13 Mar 2026 04:18:55 +0000 (13:18 +0900)
committerMasami Hiramatsu (Google) <mhiramat@kernel.org>
Fri, 13 Mar 2026 08:49:30 +0000 (17:49 +0900)
commite2715ea5fb352cd43fce437b91aa0fd50aaaf384
treeb88fc56642d7d787c450495cfba7bccb22d735f0
parent1120a36bb1e9b9e22de75ecb4ef0b998f73a97f1
bootconfig: Add bootconfig tests about braces

Add more bootconfig tests for checking the error message of
non closing brace and max number of nested braces.

Link: https://lore.kernel.org/all/177337553551.416919.11217619471547711262.stgit@devnote2/
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
tools/bootconfig/samples/bad-non-closed-brace.bconf [new file with mode: 0644]
tools/bootconfig/samples/bad-over-max-brace.bconf [new file with mode: 0644]
tools/bootconfig/samples/exp-good-nested-brace.bconf [new file with mode: 0644]
tools/bootconfig/samples/good-nested-brace.bconf [new file with mode: 0644]
tools/bootconfig/test-bootconfig.sh