Files
rocm-systems/tests/catch/stress/printf/CMakeLists.txt
T
agunashe 6c24531156 SWDEV-273235 - Linux: catch2 shared lib to executable (#2421)
Change-Id: I17101e39fd05eb35c087ebdf3cb005d428d9f206
2021-11-26 11:02:29 +05:30

10 baris
267 B
CMake

# Common Tests - Test independent of all platforms
set(TEST_SRC
Stress_printf_ComplexKernels.cc
Stress_printf_SimpleKernels.cc
)
hip_add_exe_to_target(NAME printf
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME stress_test)