From a534f7be2b7394ebbe0a60f92d2d8be47aa515ed Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Thu, 7 May 2015 22:53:11 +0000 Subject: [PATCH] Add yaml-bench to the list of tools make check needs to run git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236792 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 1 + test/lit.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6e7dfd7c539..fe023644dc3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -54,6 +54,7 @@ set(LLVM_TEST_DEPENDS not yaml-bench yaml2obj + yaml-bench obj2yaml verify-uselistorder ) diff --git a/test/lit.cfg b/test/lit.cfg index 939fb459132..c9b1320f9d7 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -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. -- 2.34.1