Files
rocm-systems/tests/catch/unit/memory/CMakeLists.txt
T
2021-05-19 00:47:00 -04:00

12 行
296 B
CMake

# Common Tests - Test independent of all platforms
set(TEST_SRC
memset.cc
malloc.cc
)
# Create shared lib of all tests
add_library(MemoryTest SHARED EXCLUDE_FROM_ALL ${TEST_SRC})
# Add dependency on build_tests to build it on this custom target
add_dependencies(build_tests MemoryTest)