Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Committer:
ashleymills
Date:
Mon Sep 03 16:02:58 2012 +0000
Revision:
19:26fbed33d4e7
Parent:
16:c89d426c6175
Child:
20:18373fb68ad7
Added another USSD test. Changed the framework so a list of tests is passed to the execution function.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ashleymills 3:28336c2e94e4 1 #pragma once
nherriot 7:ec0db221f897 2 #include "Test12.h"
nherriot 16:c89d426c6175 3 #include "Test13.h"
ashleymills 19:26fbed33d4e7 4 #include "Test21.h"
ashleymills 19:26fbed33d4e7 5 #include "Test22.h"
ashleymills 19:26fbed33d4e7 6 #include "Test50.h"
ashleymills 19:26fbed33d4e7 7
ashleymills 19:26fbed33d4e7 8 const int gAutomatedTests[] = {21,22,50};
ashleymills 19:26fbed33d4e7 9 const int gNumAutomatedTests = 3;
ashleymills 19:26fbed33d4e7 10 const int gInteractiveTests[] = {12,13};
ashleymills 19:26fbed33d4e7 11 const int gNumInteractiveTests = 2;