diff options
-rw-r--r-- | test/lit.cfg | 4 |
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']: |