mirror of https://github.com/ARMmbed/mbed-os.git
Now it is enough to add:
"macros": [
"MBED_GREENTEA_TEST_XXXSOCKET_TIMEOUT_S=20"
],
to mbed_app.json, where XXX is on of {DNS, TLS, UDP, TCP}.
Also network-* tests are now configurable: network-interface, network-wifi, network-emac with a similar macro.
|
||
|---|---|---|
| .. | ||
| asynchronous_dns.cpp | ||
| asynchronous_dns_cache.cpp | ||
| asynchronous_dns_cancel.cpp | ||
| asynchronous_dns_external_event_queue.cpp | ||
| asynchronous_dns_invalid_host.cpp | ||
| asynchronous_dns_non_async_and_async.cpp | ||
| asynchronous_dns_simultaneous.cpp | ||
| asynchronous_dns_simultaneous_cache.cpp | ||
| asynchronous_dns_simultaneous_repeat.cpp | ||
| asynchronous_dns_timeouts.cpp | ||
| dns_tests.h | ||
| main.cpp | ||
| synchronous_dns.cpp | ||
| synchronous_dns_cache.cpp | ||
| synchronous_dns_invalid.cpp | ||
| synchronous_dns_multiple.cpp | ||