Files
mscclpp/test/unit/CMakeLists.txt
2023-06-25 12:40:12 +08:00

14 lines
275 B
CMake

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
target_sources(unit_tests PRIVATE
core_tests.cc
cuda_utils_tests.cc
errors_tests.cc
fifo_tests.cu
numa_tests.cc
socket_tests.cc
utils_tests.cc
utils_internal_tests.cc
)