Sign in
gbmc
/
linux
/
a9da8725b7a744be3ff0ff44cab2547e4d1e6675
/
.
/
scripts
/
kconfig
/
tests
/
err_recursive_inc
/
__init__.py
blob: 0e4c839c54aa1161a8c6d417a4d9392c96ec9d6e [
file
]
"""
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'
)