Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed DRV88255 TextLCD Ping mbed-rtos
testing.h@13:1323e2c0b697, 2016-06-11 (annotated)
- Committer:
- sbouber1
- Date:
- Sat Jun 11 13:19:20 2016 +0000
- Revision:
- 13:1323e2c0b697
- Child:
- 19:ee89eabe1fa2
.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sbouber1 | 13:1323e2c0b697 | 1 | // #define RUN_TESTS |
sbouber1 | 13:1323e2c0b697 | 2 | |
sbouber1 | 13:1323e2c0b697 | 3 | #ifdef RUN_TESTS |
sbouber1 | 13:1323e2c0b697 | 4 | #define MAIN test_main |
sbouber1 | 13:1323e2c0b697 | 5 | #else |
sbouber1 | 13:1323e2c0b697 | 6 | #define MAIN real_main |
sbouber1 | 13:1323e2c0b697 | 7 | #endif |