################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# runtime/src/iree/hal/cts/core/BUILD.bazel                                    #
#                                                                              #
# Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary   #
# CMake-only content.                                                          #
#                                                                              #
# To disable autogeneration for this file entirely, delete this header.        #
################################################################################

iree_add_all_subdirs()

iree_cc_library(
  NAME
    driver_test
  SRCS
    "driver_test.cc"
  DEPS
    iree::hal
    iree::hal::cts::util::test_base
  TESTONLY
  ALWAYSLINK
  PUBLIC
)

iree_cc_library(
  NAME
    event_test
  SRCS
    "event_test.cc"
  DEPS
    iree::hal
    iree::hal::cts::util::test_base
  TESTONLY
  ALWAYSLINK
  PUBLIC
)

iree_cc_library(
  NAME
    semaphore_test
  SRCS
    "semaphore_test.cc"
  DEPS
    iree::hal
    iree::hal::cts::util::test_base
  TESTONLY
  ALWAYSLINK
  PUBLIC
)

iree_cc_library(
  NAME
    executable_test
  SRCS
    "executable_test.cc"
  DEPS
    iree::hal
    iree::hal::cts::util::test_base
  TESTONLY
  ALWAYSLINK
  PUBLIC
)

iree_cc_library(
  NAME
    executable_cache_test
  SRCS
    "executable_cache_test.cc"
  DEPS
    iree::hal
    iree::hal::cts::util::test_base
  TESTONLY
  ALWAYSLINK
  PUBLIC
)

iree_cc_library(
  NAME
    all_tests
  DEPS
    ::driver_test
    ::event_test
    ::semaphore_test
  TESTONLY
  PUBLIC
)

iree_cc_library(
  NAME
    all_executable_tests
  DEPS
    ::executable_cache_test
    ::executable_test
  TESTONLY
  PUBLIC
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
