Skip to content

Commit

Permalink
Merge pull request #4872 from ye-luo/enable-test
Browse files Browse the repository at this point in the history
Run omptarget tests unconditionally as the omptarget runtime
  • Loading branch information
prckent committed Dec 13, 2023
2 parents 0017202 + c216899 commit e95609a
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 e95609a

Please sign in to comment.