mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-12 03:05:46 +02:00
10 lines
178 B
Python
10 lines
178 B
Python
"""
|
|
Warn recursive inclusion.
|
|
|
|
Recursive dependency should be warned.
|
|
"""
|
|
|
|
def test(conf):
|
|
assert conf.oldaskconfig() == 0
|
|
assert conf.stderr_contains('expected_stderr')
|