From: NAKAMURA Takumi Date: Tue, 7 Dec 2010 02:43:51 +0000 (+0000) Subject: test: Add the feature 'shell' on LLVM_ON_UNIX. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e7331eea2d71daf7c00dd5a68aca8d2aec8117e9;p=oota-llvm.git 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 --- diff --git a/test/lit.cfg b/test/lit.cfg index 8c869f0787b..98f72092e31 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']: