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:
- 60:7efce4a3c26f
- Parent:
- 59:b091324302b4
- Child:
- 66:6b00a764e549
--- a/Tests/Tests.h Fri Oct 19 15:29:06 2012 +0000 +++ b/Tests/Tests.h Tue Oct 23 14:22:53 2012 +0000 @@ -11,12 +11,13 @@ #include "Test25.h" #include "Test26.h" #include "Test50.h" +#include "Test51.h" #include "Test56.h" -const int gAllTests[] = {10,16,12,13,21,22,23,25,26,50}; -const int gNumAllTests = 10; -const int gAutomatedTests[] = {8,10,21,22,23,25,26,50}; -const int gNumAutomatedTests = 8; +const int gAllTests[] = {10,16,12,13,21,22,23,25,26,50,51}; +const int gNumAllTests = 11; +const int gAutomatedTests[] = {8,10,21,22,23,25,26,50,51}; +const int gNumAutomatedTests = 9; const int gInteractiveTests[] = {14,13,50}; const int gNumInteractiveTests = 3; const int gSoakTests[] = {50};