Skip to content

Commit 419a633

Browse files
authored
[NFC][SYCL] Update testing dependencies for append-file (#4890)
Certain tests are dependent on the append-file tool for a successful run. Add the dependencies so the binary is available when needed.
1 parent 35ccdd5 commit 419a633

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

clang/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ if( NOT CLANG_BUILT_STANDALONE )
111111
list(APPEND CLANG_TEST_DEPS
112112
llvm-config
113113
FileCheck count not
114+
append-file
114115
llc
115116
llvm-ar
116117
llvm-as

llvm/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ set(LLVM_TEST_DEPENDS
5353
FileCheck
5454
LLVMHello
5555
UnitTests
56+
append-file
5657
bugpoint
5758
count
5859
file-table-tform

0 commit comments

Comments
 (0)