changed the function tests name on the codebase (#177)

[ROCm/rocshmem commit: ebd92a7b3c]
Este commit está contenido en:
akolliasAMD
2025-07-04 13:28:59 -06:00
cometido por GitHub
padre 3bb0b22fa5
commit d2e4a18f11
Se han modificado 5 ficheros con 23 adiciones y 19 borrados
@@ -29,6 +29,6 @@
set -e
for i in {1..$2};
do
mpirun -np 2 xterm -e gdb -x gdbscript --args build/rocshmem_example_driver -t 1 -w 1 -s 32768 -a $1 -x 8
mpirun -np 2 xterm -e gdb -x gdbscript --args build/rocshmem_functional_tests -t 1 -w 1 -s 32768 -a $1 -x 8
test $? -eq 0 || exit 1
done