linux-xiaomi-chiron/scripts/kconfig
Masahiro Yamada 8dde5715b2 kconfig: tests: fix recursive inclusion unit test
Adding SPDX license identifier is pretty safe; however, here is one
exception.

Since commit ec8f24b7fa ("treewide: Add SPDX license identifier -
Makefile/Kconfig"), "make testconfig" would not pass.

When Kconfig detects a circular file inclusion, it displays error
messages with a file name and a line number prefixed to each line.

The unit test checks if Kconfig emits the error messages correctly
(this also checks the line number correctness).

Now that the test input has the SPDX license identifier at the very top,
the line numbers in the expected stderr should be incremented by 1.

Fixes: ec8f24b7fa ("treewide: Add SPDX license identifier - Makefile/Kconfig")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-06-05 02:33:10 +09:00
..
lxdialog kconfig: remove trailing whitespaces 2019-05-09 22:37:17 +09:00
tests kconfig: tests: fix recursive inclusion unit test 2019-06-05 02:33:10 +09:00
.gitignore
conf.c kbuild: move ".config not found!" message from Kconfig to Makefile 2019-02-27 22:25:10 +09:00
confdata.c kconfig: Terminate menu blocks with a comment in the generated config 2019-05-18 15:31:24 +09:00
expr.c
expr.h kconfig: rename zconf.y to parser.y 2019-02-13 23:25:58 +09:00
gconf-cfg.sh
gconf.c kconfig: remove trailing whitespaces 2019-05-09 22:37:17 +09:00
gconf.glade
images.c
images.h
lexer.l kconfig: use snprintf for formatting pathnames 2019-05-14 23:23:25 +09:00
list.h
lkc.h kconfig: make conf_get_autoconfig_name() static 2019-05-14 23:23:25 +09:00
lkc_proto.h
Makefile kconfig: use 'else ifneq' for Makefile to improve readability 2019-05-19 09:34:35 +09:00
mconf-cfg.sh
mconf.c kconfig: make parent directories for the saved .config as needed 2019-05-11 02:16:21 +09:00
menu.c
merge_config.sh
nconf-cfg.sh kconfig: Make nconf-cfg.sh executable 2019-04-09 22:44:57 +09:00
nconf.c kconfig: make parent directories for the saved .config as needed 2019-05-11 02:16:21 +09:00
nconf.gui.c kconfig/[mn]conf: handle backspace (^H) key 2019-03-29 22:48:01 +09:00
nconf.h
parser.y kconfig: rename zconf.y to parser.y 2019-02-13 23:25:58 +09:00
preprocess.c
qconf-cfg.sh
qconf.cc kconfig: fix 'Save As' menu of xconfig 2019-03-12 02:50:24 +09:00
qconf.h kconfig: fix 'Save As' menu of xconfig 2019-03-12 02:50:24 +09:00
streamline_config.pl
symbol.c
util.c