Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
45:f68fea0831d7
Parent:
40:32b0558320ea
Child:
52:de6cc9d823ab
--- a/Tests/Tests.h	Mon Sep 17 13:28:39 2012 +0000
+++ b/Tests/Tests.h	Tue Sep 18 15:38:54 2012 +0000
@@ -1,4 +1,5 @@
 #pragma once
+#include "Test08.h"
 #include "Test10.h"
 #include "Test12.h"
 #include "Test13.h"
@@ -14,8 +15,8 @@
 
 const int gAllTests[] = {10,16,12,13,21,22,23,25,26,50};
 const int gNumAllTests = 10;
-const int gAutomatedTests[] = {21,22,23,25,26,10};
-const int gNumAutomatedTests = 6;
+const int gAutomatedTests[] = {8,10,21,22,23,25,26};
+const int gNumAutomatedTests = 7;
 const int gInteractiveTests[] = {16,12,14,13};
 const int gNumInteractiveTests = 4;
 const int gSoakTests[] = {50};
@@ -43,6 +44,8 @@
    gNumSoakTests
 };
 
+extern const char* gTestDescriptions[];
+
 /*
 static const char* gTestDescriptions[] = {
    gTest10Description