diff options
Diffstat (limited to 'llvm/test/lit.cfg')
| -rw-r--r-- | llvm/test/lit.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg index 67e851b6e81..2adeaff1dc9 100644 --- a/llvm/test/lit.cfg +++ b/llvm/test/lit.cfg @@ -321,6 +321,7 @@ config.targets = frozenset(config.targets_to_build.split()) ### Features # Shell execution +# KEEP IN SYNC WITH FEATURES LIST IN TestingGuide.rst if execute_external: config.available_features.add('shell') |

