Skip to content

Commit 7a88ddd

Browse files
authored
Revert "[Offload] Run unit tests as a part of check-offload" (#157346)
Reverts #156675 due to regressions in standalone build and test errors without all plugins enabled (#157345).
1 parent fa59e61 commit 7a88ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ add_offload_testsuite(check-offload
6161
"Running libomptarget tests"
6262
${LIBOMPTARGET_LIT_TESTSUITES}
6363
EXCLUDE_FROM_CHECK_ALL
64-
DEPENDS llvm-offload-device-info omptarget ${OMP_DEPEND} ${LIBOMPTARGET_TESTED_PLUGINS} check-offload-unit
64+
DEPENDS llvm-offload-device-info omptarget ${OMP_DEPEND} ${LIBOMPTARGET_TESTED_PLUGINS}
6565
ARGS ${LIBOMPTARGET_LIT_ARG_LIST})
6666

6767
# Add liboffload unit tests - the test binary will run on all available devices

0 commit comments

Comments
 (0)