5 lines
185 B
CMake
Raw Normal View History

2022-09-29 09:17:13 +02:00
idf_component_register(SRCS "lwip_test.c"
REQUIRES test_utils
INCLUDE_DIRS "."
PRIV_REQUIRES unity lwip test_utils)