summaryrefslogtreecommitdiff
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-12-07 02:43:51 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-12-07 02:43:51 +0000
commite7331eea2d71daf7c00dd5a68aca8d2aec8117e9 (patch)
treed578c987c787e0e6720c0bcce716d19162c7b855 /test/lit.cfg
parent63fbb521631e4a4a20e26a8c950d7449b85834ea (diff)
downloadllvm-e7331eea2d71daf7c00dd5a68aca8d2aec8117e9.tar.gz
llvm-e7331eea2d71daf7c00dd5a68aca8d2aec8117e9.tar.bz2
llvm-e7331eea2d71daf7c00dd5a68aca8d2aec8117e9.tar.xz
test: Add the feature 'shell' on LLVM_ON_UNIX.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121104 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index 8c869f0787..98f72092e3 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -226,6 +226,10 @@ config.on_clone = on_clone
### Features
+# Shell execution
+if sys.platform not in ['win32']:
+ config.available_features.add('shell')
+
# Loadable module
# FIXME: This should be supplied by Makefile or autoconf.
if sys.platform in ['win32', 'cygwin']: