mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-13 09:46:00 +00:00
19 lines
385 B
CMake
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
|
|
)
|