Skip to content

Commit 67f5df1

Browse files
committed
[offload] [test] Add missing dependency on llvm-offload-device-info
1 parent 2c39a1f commit 67f5df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

offload/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ add_offload_testsuite(check-libomptarget
5454
"Running libomptarget tests"
5555
${LIBOMPTARGET_LIT_TESTSUITES}
5656
EXCLUDE_FROM_CHECK_ALL
57-
DEPENDS omptarget ${OMP_DEPEND} ${LIBOMPTARGET_TESTED_PLUGINS}
57+
DEPENDS llvm-offload-device-info omptarget ${OMP_DEPEND} ${LIBOMPTARGET_TESTED_PLUGINS}
5858
ARGS ${LIBOMPTARGET_LIT_ARG_LIST})
5959

6060
add_offload_testsuite(check-offload
6161
"Running libomptarget tests"
6262
${LIBOMPTARGET_LIT_TESTSUITES}
6363
EXCLUDE_FROM_CHECK_ALL
64-
DEPENDS omptarget ${OMP_DEPEND} ${LIBOMPTARGET_TESTED_PLUGINS}
64+
DEPENDS llvm-offload-device-info omptarget ${OMP_DEPEND} ${LIBOMPTARGET_TESTED_PLUGINS}
6565
ARGS ${LIBOMPTARGET_LIT_ARG_LIST})

0 commit comments

Comments
 (0)