Move tests to their appropriate source folder

Mihail Stoyanov 2016-06-13 18:39:45 +01:00
parent 1b95c17f1d
commit ed1741e452
26 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#if !FEATURE_IPV4
#error [NOT_SUPPORTED] IPV4 not supported for this target
#endif
#include "mbed.h"
#include "LWIPInterface.h"
#include "UDPSocket.h"

View File

@ -1,3 +1,7 @@
#if !FEATURE_IPV4
#error [NOT_SUPPORTED] IPV4 not supported for this target
#endif
#include "mbed.h"
#include "LWIPInterface.h"
#include "TCPSocket.h"

View File

@ -1,3 +1,7 @@
#if !FEATURE_IPV4
#error [NOT_SUPPORTED] IPV4 not supported for this target
#endif
#include <algorithm>
#include "mbed.h"
#include "LWIPInterface.h"

View File

@ -1,3 +1,7 @@
#if !FEATURE_IPV4
#error [NOT_SUPPORTED] IPV4 not supported for this target
#endif
#include "mbed.h"
#include "LWIPInterface.h"
#include "UDPSocket.h"