Skip to content

Commit

Permalink
Forgot to update suites for nvidia tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed May 23, 2024
1 parent aa20d88 commit fb91098
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/rt_test_cases_nvidia.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
run_list = [\
#----------------------------------------------------------------------------------------------------------------------------------------------
#----------------------------------------------------------------
# CCPP-SCM suites for use with Nvidia compilers
#----------------------------------------------------------------------------------------------------------------------------------------------
{"case": "arm_sgp_summer_1997_A", "suite": "SCM_RAP"}, \
{"case": "twpice", "suite": "SCM_RAP"}, \
{"case": "bomex", "suite": "SCM_RAP"}, \
{"case": "astex", "suite": "SCM_RAP"}, \
{"case": "LASSO_2016051812", "suite": "SCM_RAP"}]
#----------------------------------------------------------------
{"case": "arm_sgp_summer_1997_A", "suite": "albatross"}, \
{"case": "twpice", "suite": "albatross"}, \
{"case": "bomex", "suite": "albatross"}, \
{"case": "astex", "suite": "albatross"}, \
{"case": "LASSO_2016051812", "suite": "albatross"}]

0 comments on commit fb91098

Please sign in to comment.