mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 23:34:00 -04:00
kconfig: tests: test if recursive inclusion is detected
If recursive inclusion is detected, it should fail with error
messages. Test this.
This also tests the line numbers in the error message, fixed by
commit 5ae6fcc4bb ("kconfig: fix line number in recursive inclusion
error message").
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
This commit is contained in:
1
scripts/kconfig/tests/err_recursive_inc/Kconfig
Normal file
1
scripts/kconfig/tests/err_recursive_inc/Kconfig
Normal file
@@ -0,0 +1 @@
|
||||
source "Kconfig.inc1"
|
||||
Reference in New Issue
Block a user