# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
#
# SPDX-License-Identifier: MIT

set(TEST_SRC
  hipDrvGetPCIBusId.cc
  hipDrvMemcpy.cc
  hipMemsetD8.cc
  hipCtxNotSupported.cc
  hipCtxActivate.cc
)
hip_add_exe_to_target(NAME Context
                      TEST_SRC ${TEST_SRC}
                      TEST_TARGET_NAME build_tests)
