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
This commit is contained in:
NAKAMURA Takumi 2010-12-07 02:43:51 +00:00
parent 63fbb52163
commit e7331eea2d

View File

@ -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']: