xref: /aosp_15_r20/external/llvm/utils/lit/tests/Inputs/discovery/subdir/lit.local.cfg (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1config.suffixes = ['.py']
2
3# Check that the arbitrary config values in our parent was inherited.
4assert hasattr(config, 'an_extra_variable')
5