4d8ff0e321
This reverts commit595ec1b4bb. [ROCm/hip-tests commit:1d15e18e30]
12 lines
309 B
CMake
12 lines
309 B
CMake
# Common Tests - Test independent of all platforms
|
|
set(TEST_SRC
|
|
memcpy.cc
|
|
hipMemcpyMThreadMSize.cc
|
|
)
|
|
|
|
# Create shared lib of all tests
|
|
add_library(memory SHARED EXCLUDE_FROM_ALL ${TEST_SRC})
|
|
|
|
# Add dependency on build_tests to build it on this custom target
|
|
add_dependencies(build_stress_test memory)
|