Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
29:c0e6f198db84
Parent:
28:c630a04a7198
Child:
30:dd2beda340c6
--- a/Tests/Tests.h	Mon Sep 10 04:59:11 2012 +0000
+++ b/Tests/Tests.h	Wed Sep 12 09:53:40 2012 +0000
@@ -9,13 +9,14 @@
 #include "Test25.h"
 #include "Test26.h"
 #include "Test50.h"
+#include "Test56.h"
 
 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[] = {16,12,13};
-static const int gNumInteractiveTests = 3;
+static const int gInteractiveTests[] = {56,16,12,13};
+static const int gNumInteractiveTests = 4;
 static const int gSoakTests[] = {50};
 static const int gNumSoakTests = 1;