libuv/tests: Fix libuv extension tests compilation error

Signed-off-by: zhouliang3 <zhouliang3@xiaomi.com>
This commit is contained in:
zhouliang3 2022-03-22 14:08:24 +08:00 committed by Petro Karashchenko
parent 79e4c66764
commit ec4f97623a

View File

@ -112,8 +112,10 @@ ifneq ($(CONFIG_NET_UDP),)
CSRCS += udp.c
endif
ifeq ($(findstring y,$(CONFIG_LIBUV_UTILS_TEST)$(CONFIG_LIBUV_UTILS_BENCHMARK)), y)
PRIORITY = $(CONFIG_LIBUV_UTILS_PRIORITY)
STACKSIZE = $(CONFIG_LIBUV_UTILS_STACKSIZE)
endif
ifneq ($(CONFIG_LIBUV_UTILS_TEST),)