Moving WinEH outlining tests to an architecture neutral location
[oota-llvm.git] / test / lit.cfg
index 7b7a269b94b0d0490a5e52fd90ec2b8f1b698aa5..197b4582979df0ebf7e65eb7e12c844028bb6871 100644 (file)
@@ -312,6 +312,10 @@ if config.llvm_use_sanitizer == "Undefined":
 else:
     config.available_features.add("not_ubsan")
 
+# Check if we should run long running tests.
+if lit_config.params.get("run_long_tests", None) == "true":
+    config.available_features.add("long_tests")
+
 # Direct object generation
 # Suppress x86_64-mingw32 while investigating since r219108.
 if not 'hexagon' in config.target_triple and not re.match(r'^x86_64.*-(mingw32|windows-gnu|win32)', config.target_triple):