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-rtos mbed HTTPClient VodafoneUSBModem
Diff: Tests/Tests.h
- Revision:
- 59:b091324302b4
- Parent:
- 58:8b63f4c3a5a5
- Child:
- 60:7efce4a3c26f
--- a/Tests/Tests.h Wed Oct 17 16:25:51 2012 +0000 +++ b/Tests/Tests.h Fri Oct 19 15:29:06 2012 +0000 @@ -17,8 +17,8 @@ const int gNumAllTests = 10; const int gAutomatedTests[] = {8,10,21,22,23,25,26,50}; const int gNumAutomatedTests = 8; -const int gInteractiveTests[] = {50}; -const int gNumInteractiveTests = 1; +const int gInteractiveTests[] = {14,13,50}; +const int gNumInteractiveTests = 3; const int gSoakTests[] = {50}; const int gNumSoakTests = 1;