summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/llvm-prettyprinters/gdb/lit.local.cfg
blob: be053e06f59e793af4eb229127646d44c6c20033 (plain)
1
2
3
4
5
6
7
8
9
import lit.util

# debuginfo-tests are not expected to pass in a cross-compilation setup.
if 'native' not in config.available_features or lit.util.which('gdb') is None:
    config.unsupported = True

config.suffixes = ['.gdb']


OpenPOWER on IntegriCloud