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
This commit is contained in:
Pete Cooper 2015-05-07 22:53:11 +00:00
parent 8404686a68
commit a534f7be2b
2 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,7 @@ set(LLVM_TEST_DEPENDS
not
yaml-bench
yaml2obj
yaml-bench
obj2yaml
verify-uselistorder
)

View 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.