Skip to content

Commit

Permalink
[SYCL] Add missing test dependency on FileCheck (intel#14905)
Browse files Browse the repository at this point in the history
e.g.
```
$ ninja check-sycl-dumps
 [...]
 # .---command stderr------------
 # | 'FileCheck': command not found
 # `-----------------------------
 # error: command failed with exit status: 127
```
  • Loading branch information
ldrumm authored Aug 6, 2024
1 parent 656aa7a commit b575283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ add_lit_testsuite(check-sycl-dumps "Running ABI dump tests only"
${CMAKE_CURRENT_BINARY_DIR}
ARGS ${RT_TEST_ARGS}
PARAMS "SYCL_LIB_DUMPS_ONLY=True"
DEPENDS sycl-runtime-libraries llvm-readobj
DEPENDS FileCheck sycl-runtime-libraries llvm-readobj
EXCLUDE_FROM_CHECK_ALL
)

Expand Down

0 comments on commit b575283

Please sign in to comment.