Files
rocm-systems/projects/hip-tests/catch/stress/module/CMakeLists.txt
T
kjayapra-amd 60e4e28d57 SWDEV-407994 - Adding stress test for hipModuleLoadData and hipModuleUnload code path.
Change-Id: I0b7e991ebb69699f6d285b0d3a08ea072fdfb5df


[ROCm/hip-tests commit: 895a844980]
2023-11-01 21:50:44 -04:00

9 lines
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)