Files
ROCm CI Service Account 429f98452b SWDEV-327563 - stress tests executable name change (#183)
Helps to differentiate functional tests vs stress tests

Change-Id: I6269fc58f21c9d4e8a71268006b8da926f0ddbe0

[ROCm/hip-tests commit: 4f9ba54fb1]
2023-03-06 16:57:04 +05:30

10 lines
274 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_stress
TEST_SRC ${TEST_SRC}
TEST_TARGET_NAME stress_test)