Add yaml-bench to the list of tools make check needs to run
authorPete Cooper <peter_cooper@apple.com>
Thu, 7 May 2015 22:53:11 +0000 (22:53 +0000)
committerPete Cooper <peter_cooper@apple.com>
Thu, 7 May 2015 22:53:11 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236792 91177308-0d34-0410-b5e6-96231b3b80d8

test/CMakeLists.txt
test/lit.cfg

index 6e7dfd7c53960bdd4a6a72f5bb96ba3599c52842..fe023644dc364655d15114563ca42d5c93fa2ba2 100644 (file)
@@ -54,6 +54,7 @@ set(LLVM_TEST_DEPENDS
           not
           yaml-bench
           yaml2obj
+          yaml-bench
           obj2yaml
           verify-uselistorder
         )
index 939fb459132f2c3643bdce267976f1ae197769a8..c9b1320f9d71e8f50ba7421b66215db52214e876 100644 (file)
@@ -254,6 +254,7 @@ for pattern in [r"\bbugpoint\b(?!-)",
                 r"\bFileCheck\b",
                 r"\bobj2yaml\b",
                 r"\byaml2obj\b",
+                r"\byaml-bench\b",
                 r"\bverify-uselistorder\b",
                 # Handle these specially as they are strings searched
                 # for during testing.