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

set(TEST_SRC
    test_hip_stream_attributes_contract.cc
)

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