mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-20 21:09:13 +00:00
16 lines
322 B
CMake
16 lines
322 B
CMake
# Copyright (c) Microsoft Corporation.
|
|
# Licensed under the MIT license.
|
|
|
|
target_sources(unit_tests PRIVATE
|
|
core_tests.cc
|
|
gpu_utils_tests.cc
|
|
errors_tests.cc
|
|
fifo_tests.cu
|
|
numa_tests.cc
|
|
socket_tests.cc
|
|
utils_tests.cc
|
|
utils_internal_tests.cc
|
|
compile_tests.cu
|
|
local_channel_tests.cu
|
|
)
|