Commit 4a5cd4c
authored
Small test fixups (#2942)
* Deinit stdio in PICOTEST_END_TEST when using stdio_usb
Without this, the PASSED string is sometimes not printed
* Increase timeout on hardware_sync_spin_lock_test
* Always call stdio_deinit_all() before exiting
* Add host stdio_deinit_all
* Split onto multiple lines1 parent 2492b1c commit 4a5cd4c
3 files changed
Lines changed: 14 additions & 4 deletions
File tree
- src/host/pico_stdio/include/pico
- test
- hardware_sync_spin_lock_test
- pico_test/include/pico
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
0 commit comments