GNU Linux-libre 4.19.264-gnu1
[releases.git] / scripts / kconfig / tests / err_recursive_inc / __init__.py
1 """
2 Detect recursive inclusion error.
3
4 If recursive inclusion is detected, it should fail with error messages.
5 """
6
7
8 def test(conf):
9     assert conf.oldaskconfig() != 0
10     assert conf.stderr_contains('expected_stderr')