Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
23:408199b5d2cb
Parent:
22:5b1feecf2aeb
Child:
24:8f0f9551122a
Child:
28:c630a04a7198
--- 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,