# Copyright Advanced Micro Devices, Inc.
# SPDX-License-Identifier: MIT

set(TEST_SRC
    test_hip_mem_location_pool_contract.cc
)

hip_add_exe_to_target(NAME ContractMemLocationPoolTest
                      TEST_SRC ${TEST_SRC}
                      TEST_TARGET_NAME contract_tests)
