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

This commit is contained in:
akolliasAMD
2025-07-04 13:28:59 -06:00
committed by GitHub
parent e2e334e630
commit ebd92a7b3c
5 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ def parse_command_line():
parser.add_argument('--client_binary_path',
dest='client_binary_path',
type=str,
default=os.getcwd()+'/build/rocshmem_example_driver')
default=os.getcwd()+'/build/rocshmem_functional_tests')
parser.add_argument('--output_directory_path',
dest='output_directory_path',