Skip to content

Commit

Permalink
[NFC][SYCL] Update testing dependencies for append-file (#4890)
Browse files Browse the repository at this point in the history
Certain tests are dependent on the append-file tool for a successful run.
Add the dependencies so the binary is available when needed.
  • Loading branch information
mdtoguchi authored Nov 4, 2021
1 parent 35ccdd5 commit 419a633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ if( NOT CLANG_BUILT_STANDALONE )
list(APPEND CLANG_TEST_DEPS
llvm-config
FileCheck count not
append-file
llc
llvm-ar
llvm-as
Expand Down
1 change: 1 addition & 0 deletions llvm/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ set(LLVM_TEST_DEPENDS
FileCheck
LLVMHello
UnitTests
append-file
bugpoint
count
file-table-tform
Expand Down

0 comments on commit 419a633

Please sign in to comment.