mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 21:57:33 -04:00
minor edits
This commit is contained in:
parent
ed85da5589
commit
10545eb447
1 changed files with 3 additions and 0 deletions
|
@ -74,8 +74,11 @@ void test_ok(void);
|
|||
void test_fail(void);
|
||||
|
||||
// Global variables (also test initialization of global vars here)
|
||||
/// Global counter for failing tests
|
||||
int cnt_fail = 0;
|
||||
/// Global counter for successful tests
|
||||
int cnt_ok = 0;
|
||||
/// Global counter for total number of tests
|
||||
int cnt_test = 0;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue