We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc63202 + 8a4bba3 commit c366bb4Copy full SHA for c366bb4
TESTS/netsocket/dns/asynchronous_dns_multi_ip.cpp
@@ -15,6 +15,8 @@
15
* limitations under the License.
16
*/
17
18
+#if defined(MBED_CONF_RTOS_PRESENT)
19
+
20
#include "mbed.h"
21
#include "greentea-client/test_env.h"
22
#include "unity.h"
@@ -116,3 +118,4 @@ void ASYNCHRONOUS_DNS_MULTI_IP()
116
118
TEST_ASSERT_EQUAL(0, result_dns_failure);
117
119
TEST_ASSERT_EQUAL(0, result_exp_timeout);
120
}
121
+#endif // defined(MBED_CONF_RTOS_PRESENT)
features/storage/TESTS/kvstore/static_tests/main.cpp
@@ -24,6 +24,8 @@
24
#include "utest/utest.h"
25
#include "kvstore_global_api.h"
26
27
+#include <cstring>
28
29
using namespace utest::v1;
30
using namespace mbed;
31
0 commit comments