Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
30:dd2beda340c6
Parent:
27:0297dbc3252b
Parent:
29:c0e6f198db84
Child:
31:9231acdde9ff
--- a/Tests/Tests.h	Thu Sep 06 15:13:38 2012 +0000
+++ b/Tests/Tests.h	Wed Sep 12 10:18:28 2012 +0000
@@ -2,19 +2,21 @@
 #include "Test10.h"
 #include "Test12.h"
 #include "Test13.h"
+#include "Test16.h"
 #include "Test21.h"
 #include "Test22.h"
 #include "Test23.h"
 #include "Test25.h"
 #include "Test26.h"
 #include "Test50.h"
+#include "Test56.h"
 
 const int gAllTests[] = {10,12,13,21,22,23,25,26,50};
 const int gNumAllTests = 9;
 const int gAutomatedTests[] = {10,21,22,23,25,26};
 const int gNumAutomatedTests = 6;
-const int gInteractiveTests[] = {12,13};
-const int gNumInteractiveTests = 2;
+const int gInteractiveTests[] = {56,16,12,13};
+const int gNumInteractiveTests = 4;
 const int gSoakTests[] = {50};
 const int gNumSoakTests = 1;
 
@@ -40,6 +42,7 @@
    gNumSoakTests
 };
 
+
 static const char* gTestDescriptions[] = {
    NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,
    gTest10Description,
@@ -71,4 +74,6 @@
    gTest26Depends,
    gTest50Depends
 };
-*/
\ No newline at end of file
+*/
+
+