Skip to content

Commit

Permalink
[hyperram] Fix the result check of hyperram test
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
  • Loading branch information
engdoreis authored and HU90m committed Sep 24, 2024
1 parent ac1c63e commit fd2fbed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/cheri/tests/hyperram_tests.hh
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,7 @@ void hyperram_tests(CapRoot root, UartPtr console) {
write_str(console, "Running Execution test...");
failures = execute_test(hyperram_area, prng, HYPERRAN_TEST_SIZE);
write_test_result(console, failures);

check_result(console, failures == 0);
}
}

0 comments on commit fd2fbed

Please sign in to comment.