Make test added in r231902 actually be executed.
[oota-llvm.git] / test / tools / llvm-cov / lit.local.cfg
1 config.suffixes = ['.test', '.m', '.cpp', '.c']
2
3 # http://llvm.org/bugs/show_bug.cgi?id=20979
4 if 'ubsan' in config.available_features:
5   config.unsupported = True