[mach-o] Use lit.local.cfg to enable mach-o test cases to be run
authorNick Kledzik <kledzik@apple.com>
Thu, 22 May 2014 01:47:17 +0000 (01:47 +0000)
committerNick Kledzik <kledzik@apple.com>
Thu, 22 May 2014 01:47:17 +0000 (01:47 +0000)
llvm-svn: 209383

lld/test/mach-o/lit.cfg [deleted file]
lld/test/mach-o/lit.local.cfg [new file with mode: 0644]

diff --git a/lld/test/mach-o/lit.cfg b/lld/test/mach-o/lit.cfg
deleted file mode 100644 (file)
index a4b3f1e..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- Python -*-
-
-import os
-import platform
-import re
-import subprocess
-
-import lit.formats
-import lit.util
-
-# Configuration file for the 'lit' test runner.
-
-config.name = 'lld'
-
-# suffixes: A list of file extensions to treat as test files.
-# Do NOT list .yaml in this directory because these are pure input files.
-config.suffixes = ['.yaml']  
diff --git a/lld/test/mach-o/lit.local.cfg b/lld/test/mach-o/lit.local.cfg
new file mode 100644 (file)
index 0000000..0bd76a6
--- /dev/null
@@ -0,0 +1,3 @@
+
+# mach-o test cases encode input files in yaml and use .yaml extension
+config.suffixes = ['.yaml']