Newer
Older
barebox / scripts / kconfig / tests / err_recursive_inc / __init__.py
@Masahiro Yamada Masahiro Yamada on 3 Jan 2019 220 bytes kconfig: sync to Linux 4.20
"""
Detect recursive inclusion error.

If recursive inclusion is detected, it should fail with error messages.
"""


def test(conf):
    assert conf.oldaskconfig() != 0
    assert conf.stderr_contains('expected_stderr')