Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
19:26fbed33d4e7
Parent:
16:c89d426c6175
Child:
20:18373fb68ad7
--- a/Tests/Tests.h	Thu Aug 30 14:18:16 2012 +0000
+++ b/Tests/Tests.h	Mon Sep 03 16:02:58 2012 +0000
@@ -1,5 +1,11 @@
 #pragma once
 #include "Test12.h"
 #include "Test13.h"
-#include "Test20.h"
-#include "Test50.h"
\ No newline at end of file
+#include "Test21.h"
+#include "Test22.h"
+#include "Test50.h"
+
+const int gAutomatedTests[] = {21,22,50};
+const int gNumAutomatedTests = 3;
+const int gInteractiveTests[] = {12,13};
+const int gNumInteractiveTests = 2;
\ No newline at end of file