about summary refs log tree commit diff homepage
path: root/test/Runtime/POSIX/lit.local.cfg
blob: 680351b7294bf9b788dd9159392a705f5c528b86 (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_posix_runtime:
    config.unsupported = True