Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
33:16126e029d58
Parent:
31:9231acdde9ff
Child:
35:6867af70c51c
--- a/main.cpp	Wed Sep 12 16:55:00 2012 +0000
+++ b/main.cpp	Thu Sep 13 10:05:31 2012 +0000
@@ -38,7 +38,7 @@
   LOG("Running tests.");
 
   
-  int numPassed = m->executeTestProfile(TESTS_MANUAL);
+  int numPassed = m->executeTestProfile(TESTS_AUTOMATED);
   
   loopForever();
 }