When determining whether the new instruction was already present in
[oota-llvm.git] / test / lit.cfg
index 8c869f0787bd78a9843cd8a8051a4d37d600343a..98f72092e3121d71037e6a5ace6d1f3e24739a7e 100644 (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']: