13 lines
324 B
CMake
13 lines
324 B
CMake
# Common Tests - Test independent of all platforms
|
|
set(TEST_SRC
|
|
memcpy.cc
|
|
hipMemcpyMThreadMSize.cc
|
|
hipMallocManagedStress.cc
|
|
hipMemPrftchAsyncStressTst.cc
|
|
hipHostMalloc.cc
|
|
)
|
|
|
|
hip_add_exe_to_target(NAME memory
|
|
TEST_SRC ${TEST_SRC}
|
|
TEST_TARGET_NAME stress_test)
|