Skip to content

Commit

Permalink
Add yaml-bench to the list of tools make check needs to run
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236792 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
cooperp committed May 7, 2015
1 parent 8404686 commit a534f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ set(LLVM_TEST_DEPENDS
not
yaml-bench
yaml2obj
yaml-bench
obj2yaml
verify-uselistorder
)
Expand Down
1 change: 1 addition & 0 deletions test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a534f7b

Please sign in to comment.