mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-18 21:32:09 +02:00
Linux_SDK_V0.9.5
This commit is contained in:
9
scripts/kconfig/tests/warn_recursive_dep/__init__.py
Normal file
9
scripts/kconfig/tests/warn_recursive_dep/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Warn recursive inclusion.
|
||||
|
||||
Recursive dependency should be warned.
|
||||
"""
|
||||
|
||||
def test(conf):
|
||||
assert conf.oldaskconfig() == 0
|
||||
assert conf.stderr_contains('expected_stderr')
|
||||
Reference in New Issue
Block a user