esp-who/components/bus/test/CMakeLists.txt

3 lines
149 B
CMake
Raw Permalink Normal View History

2021-07-31 11:23:18 +08:00
idf_component_register(SRCS "test_i2c_bus.c" "test_spi_bus.c"
INCLUDE_DIRS .
REQUIRES test_utils bus)