[lld] r209383 - [mach-o] Use lit.local.cfg to enable mach-o test cases to be run

Nick Kledzik kledzik at apple.com
Wed May 21 18:47:18 PDT 2014


Author: kledzik
Date: Wed May 21 20:47:17 2014
New Revision: 209383

URL: http://llvm.org/viewvc/llvm-project?rev=209383&view=rev
Log:
[mach-o] Use lit.local.cfg to enable mach-o test cases to be run

Added:
    lld/trunk/test/mach-o/lit.local.cfg
Removed:
    lld/trunk/test/mach-o/lit.cfg

Removed: lld/trunk/test/mach-o/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/lit.cfg?rev=209382&view=auto
==============================================================================
--- lld/trunk/test/mach-o/lit.cfg (original)
+++ lld/trunk/test/mach-o/lit.cfg (removed)
@@ -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']  

Added: lld/trunk/test/mach-o/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/mach-o/lit.local.cfg?rev=209383&view=auto
==============================================================================
--- lld/trunk/test/mach-o/lit.local.cfg (added)
+++ lld/trunk/test/mach-o/lit.local.cfg Wed May 21 20:47:17 2014
@@ -0,0 +1,3 @@
+
+# mach-o test cases encode input files in yaml and use .yaml extension
+config.suffixes = ['.yaml']  





More information about the llvm-commits mailing list