summaryrefslogtreecommitdiffstats
path: root/llvm/test/lit.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/lit.cfg')
-rw-r--r--llvm/test/lit.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/lit.cfg b/llvm/test/lit.cfg
index 9442dbfc897..57520469708 100644
--- a/llvm/test/lit.cfg
+++ b/llvm/test/lit.cfg
@@ -250,6 +250,10 @@ for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/|-)\bclang\b(?!-)",
if execute_external:
config.available_features.add('shell')
+# Others/can-execute.txt
+if sys.platform not in ['win32']:
+ config.available_features.add('can-execute')
+
# Loadable module
# FIXME: This should be supplied by Makefile or autoconf.
if sys.platform in ['win32', 'cygwin']:
OpenPOWER on IntegriCloud