Files
rocm-systems/projects/hip-tests/catch/stress/printf/CMakeLists.txt
T

10 líneas
274 B
CMake
Original Vista normal Histórico

2021-05-28 21:02:27 +05:30
# 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)