Files
mscclpp/test/unit/CMakeLists.txt
Changho Hwang 67f9933ba1 fix data direct
2026-04-01 10:20:43 +00:00

19 lines
385 B
CMake

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
target_sources(unit_tests PRIVATE
unit_tests_main.cc
core_tests.cc
gdr_tests.cu
gpu_utils_tests.cc
errors_tests.cc
fifo_tests.cu
fifo_perf_tests.cu
numa_tests.cc
socket_tests.cc
utils_tests.cc
utils_internal_tests.cc
compile_tests.cu
local_channel_tests.cu
)