Tests/HIP: Improve cmake code formatting

This commit is contained in:
Brad King
2025-04-09 12:20:25 -04:00
parent b8dd3b208a
commit 37089ffe20

View File

@@ -1,7 +1,6 @@
macro (add_hip_test_macro name)
add_test_macro("${name}" ${ARGN})
set_property(TEST "${name}" APPEND
PROPERTY LABELS "HIP")
set_property(TEST "${name}" APPEND PROPERTY LABELS "HIP")
endmacro ()
add_hip_test_macro(HIP.ArchitectureOff HIPOnlyArchitectureOff)