Change SystemZ large tests to use the existing long_tests property
[oota-llvm.git] / test / CodeGen / SystemZ / Large / lit.local.cfg
index 4f22a970c3a6e93c5b790440862e09e564927d8e..d9d464726135fbf9f548134e191451f3930051c7 100644 (file)
@@ -1,8 +1,8 @@
 config.suffixes = ['.py']
 
 # These tests take on the order of seconds to run, so skip them unless
-# running natively.
-if config.root.host_arch not in ['SystemZ']:
+# we're running long tests.
+if 'long_tests' not in config.available_features:
     config.unsupported = True
 
 if not 'SystemZ' in config.root.targets: