Linux Audio

Check our new training course

Loading...
Note: File does not exist in v6.8.
1"""
2Warn recursive inclusion.
3
4Recursive dependency should be warned.
5"""
6
7def test(conf):
8    assert conf.oldaskconfig() == 0
9    assert conf.stderr_contains('expected_stderr')