Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
72:0e8e769fcf76
Parent:
71:0d1b99ae9b58
--- a/main.cpp	Thu Jun 27 13:09:14 2013 +0000
+++ b/main.cpp	Fri Sep 20 12:36:03 2013 +0000
@@ -49,9 +49,10 @@
   LOG("Running tests.");
   TestManager *m = new TestManager(&modem);
   
-  //m->runTestProfile(TESTS_AUTOMATED);
+  m->runTestProfile(TESTS_AUTOMATED);
   //m->runTestProfile(TESTS_INTERNET);
-  m->runTest(11);
+  //m->runTestProfile(TESTS_SMS);
+  //m->runTest(15);
   
   // this thread just waits and blinks leds periodically
   while(1) {