Skip to content

Commit

Permalink
Print test results macro
Browse files Browse the repository at this point in the history
  • Loading branch information
elisabethumblet committed Nov 14, 2023
1 parent 9c45222 commit ee87802
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/riscv-tests/isa/macros/vector/vector_macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ int test_case;
do { \
MEMORY_BARRIER; \
if (num_failed > 0) { \
printf("Num failed : %d\r\n", num_failed); \
return num_failed; \
} \
else { \
printf("No fail\r\n"); \
return 0; \
} \
} while(0); \
Expand Down

0 comments on commit ee87802

Please sign in to comment.