esp-idf/components/esp_ringbuf/test_apps/main/CMakeLists.txt
Sudeep Mohanty 6feab513e4 esp_ringbuf: migrated esp_ringbuf component tests to pytest framework
This commit migrates the esp_ringbuf tests to the pytest framework.
2022-10-11 11:31:04 +02:00

7 lines
205 B
CMake

set(srcs "test_ringbuf_main.c"
"test_ringbuf.c")
idf_component_register(SRCS ${srcs}
PRIV_REQUIRES esp_ringbuf driver spi_flash unity
WHOLE_ARCHIVE)