Skip to content

Commit

Permalink
Run omptarget tests unconditionally as the omptarget runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo committed Dec 13, 2023
1 parent 0017202 commit c216899
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Platforms/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ if(ENABLE_SYCL)
add_subdirectory(SYCL)
endif()

if(ENABLE_OFFLOAD)
add_subdirectory(OMPTarget)
endif(ENABLE_OFFLOAD)
add_subdirectory(OMPTarget)

set(UTEST_EXE test_platforms)
set(UTEST_NAME deterministic-unit_${UTEST_EXE})
Expand Down

0 comments on commit c216899

Please sign in to comment.