895a844980
Change-Id: I0b7e991ebb69699f6d285b0d3a08ea072fdfb5df
9 linhas
230 B
CMake
9 linhas
230 B
CMake
# Common Tests - Test independent of all platforms
|
|
set(TEST_SRC
|
|
hipModuleLoadUnload.cc
|
|
)
|
|
|
|
hip_add_exe_to_target(NAME module_stress
|
|
TEST_SRC ${TEST_SRC}
|
|
TEST_TARGET_NAME stress_test)
|