Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 """
0003 Detect recursive inclusion error.
0004 
0005 If recursive inclusion is detected, it should fail with error messages.
0006 """
0007 
0008 
0009 def test(conf):
0010     assert conf.oldaskconfig() != 0
0011     assert conf.stderr_contains('expected_stderr')