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.
Fork of MicroBitDALImageRewrite by
inc/MicroBitTest.h@3:876b7e7de363, 2015-05-01 (annotated)
- Committer:
- finneyj
- Date:
- Fri May 01 12:45:05 2015 +0000
- Revision:
- 3:876b7e7de363
- Child:
- 4:f998ee705a20
- Added ManagedString class, with reference counting and copy assign behaviour.; - Added Test folder containing example main methods (See MicroBitTest.h to enable/disable these harnesses).;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
finneyj | 3:876b7e7de363 | 1 | /** |
finneyj | 3:876b7e7de363 | 2 | * MicroBit Test Harness Configuration... |
finneyj | 3:876b7e7de363 | 3 | */ |
finneyj | 3:876b7e7de363 | 4 | |
finneyj | 3:876b7e7de363 | 5 | #ifndef MICROBIT_TEST_H |
finneyj | 3:876b7e7de363 | 6 | #define MICROBIT_TEST_H |
finneyj | 3:876b7e7de363 | 7 | |
finneyj | 3:876b7e7de363 | 8 | // Main method test harnesses. Select only ONE of these!! |
finneyj | 3:876b7e7de363 | 9 | |
finneyj | 3:876b7e7de363 | 10 | //#define MAIN_FIBER_TEST |
finneyj | 3:876b7e7de363 | 11 | #define MAIN_STRING_TEST |
finneyj | 3:876b7e7de363 | 12 | |
finneyj | 3:876b7e7de363 | 13 | #endif |