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:
- 23:408199b5d2cb
- Parent:
- 22:5b1feecf2aeb
- Child:
- 24:8f0f9551122a
- Child:
- 28:c630a04a7198
diff -r 5b1feecf2aeb -r 408199b5d2cb Tests/Tests.h
--- a/Tests/Tests.h Wed Sep 05 14:47:44 2012 +0000
+++ b/Tests/Tests.h Wed Sep 05 16:38:06 2012 +0000
@@ -1,4 +1,5 @@
#pragma once
+#include "Test10.h"
#include "Test12.h"
#include "Test13.h"
#include "Test21.h"
@@ -8,12 +9,12 @@
#include "Test26.h"
#include "Test50.h"
-static const int gAllTests[] = {12,13,21,22,23,25,26,50};
-static const int gNumAllTests = 8;
-static const int gAutomatedTests[] = {21,22,23,25};
-static const int gNumAutomatedTests = 4;
-static const int gInteractiveTests[] = {12,13,26};
-static const int gNumInteractiveTests = 3;
+static const int gAllTests[] = {10,12,13,21,22,23,25,26,50};
+static const int gNumAllTests = 9;
+static const int gAutomatedTests[] = {10,21,22,23,25,26};
+static const int gNumAutomatedTests = 6;
+static const int gInteractiveTests[] = {12,13};
+static const int gNumInteractiveTests = 2;
static const int gSoakTests[] = {50};
static const int gNumSoakTests = 1;
@@ -32,6 +33,7 @@
(const int*)&gSoakTests
};
+
static const int gTestProfileLengths[4] = {
gNumAllTests,
gNumAutomatedTests,

