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:
- 66:6b00a764e549
- Parent:
- 60:7efce4a3c26f
- Child:
- 67:a61d60fa342c
diff -r ef3357b6ce97 -r 6b00a764e549 Tests/Tests.h --- a/Tests/Tests.h Tue Oct 30 15:51:53 2012 +0000 +++ b/Tests/Tests.h Thu Nov 01 11:19:47 2012 +0000 @@ -1,27 +1,28 @@ #pragma once +#include "Test00.h" +#include "Test01.h" +#include "Test02.h" +#include "Test03.h" +#include "Test04.h" +#include "Test05.h" +#include "Test06.h" +#include "Test07.h" #include "Test08.h" +#include "Test09.h" #include "Test10.h" +#include "Test11.h" #include "Test12.h" #include "Test13.h" #include "Test14.h" -#include "Test16.h" -#include "Test21.h" -#include "Test22.h" -#include "Test23.h" -#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,51}; -const int gNumAllTests = 11; -const int gAutomatedTests[] = {8,10,21,22,23,25,26,50,51}; +const int gAllTests[] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13}; +const int gNumAllTests = 14; +const int gAutomatedTests[] = {0,1,6,7,8,9,10,11,12}; const int gNumAutomatedTests = 9; -const int gInteractiveTests[] = {14,13,50}; -const int gNumInteractiveTests = 3; -const int gSoakTests[] = {50}; -const int gNumSoakTests = 1; +const int gInteractiveTests[] = {2,3,4,5,13}; +const int gNumInteractiveTests = 5; +const int gSoakTests[] = {}; +const int gNumSoakTests = 0; enum TestProfile { TESTS_ALL,