From 655ab79c45c0ac9b9d6ca206b79a3571515c7e95 Mon Sep 17 00:00:00 2001 From: Maxim Prokhorov Date: Sun, 31 Mar 2024 22:30:21 +0300 Subject: [PATCH] actions build test --- tests/host/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/host/Makefile b/tests/host/Makefile index f819047891..1d814237ec 100644 --- a/tests/host/Makefile +++ b/tests/host/Makefile @@ -194,6 +194,9 @@ FLAGS += -fstack-protector-all FLAGS += -DHTTPCLIENT_1_1_COMPATIBLE=0 FLAGS += -DLWIP_IPV6=0 FLAGS += -DHOST_MOCK=1 +FLAGS += -DHAVE_STRLCPY +FLAGS += -DHAVE_STRLCAT +FLAGS += -DHAVE_NONISO FLAGS += -DNONOSDK221=1 FLAGS += -DF_CPU=80000000 FLAGS += $(MKFLAGS)