Skip to content

Commit 04a2af7

Browse files
committed
Update net tests to use feature name LWIP and not IPv4
1 parent db8d1f6 commit 04a2af7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

features/FEATURE_LWIP/TESTS/mbedmicro-net/nist_internet_time_service/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#if !FEATURE_IPV4
2-
#error [NOT_SUPPORTED] IPV4 not supported for this target
1+
#if !FEATURE_LWIP
2+
#error [NOT_SUPPORTED] LWIP not supported for this target
33
#endif
44

55
#include "mbed.h"

features/FEATURE_LWIP/TESTS/mbedmicro-net/tcp_client_echo/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#if !FEATURE_IPV4
2-
#error [NOT_SUPPORTED] IPV4 not supported for this target
1+
#if !FEATURE_LWIP
2+
#error [NOT_SUPPORTED] LWIP not supported for this target
33
#endif
44

55
#include "mbed.h"

features/FEATURE_LWIP/TESTS/mbedmicro-net/tcp_client_hello_world/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#if !FEATURE_IPV4
2-
#error [NOT_SUPPORTED] IPV4 not supported for this target
1+
#if !FEATURE_LWIP
2+
#error [NOT_SUPPORTED] LWIP not supported for this target
33
#endif
44

55
#include <algorithm>

features/FEATURE_LWIP/TESTS/mbedmicro-net/udp_echo_client/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#if !FEATURE_IPV4
2-
#error [NOT_SUPPORTED] IPV4 not supported for this target
1+
#if !FEATURE_LWIP
2+
#error [NOT_SUPPORTED] LWIP not supported for this target
33
#endif
44

55
#include "mbed.h"

0 commit comments

Comments
 (0)