about summary refs log tree commit diff homepage
path: root/test/Runtime/Uclibc/lit.local.cfg
blob: c99448347b4c16d75ddc27d4055440c33281d4f7 (plain) (blame)
1
2
3
4
5
6
7
def getRoot(config):
    if not config.parent:
        return config
    return getRoot(config.parent)

if not getRoot(config).enable_uclibc:
    config.unsupported = True