mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-02 04:31:25 +00:00
10 lines
231 B
CMake
10 lines
231 B
CMake
# Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
message("-- Adding: test/ck_tile/utility/")
|
|
|
|
add_gtest_executable(test_fill test_fill.cpp)
|
|
|
|
# Add print tests
|
|
add_subdirectory(print)
|