OVMS3-idf/tools/unit-test-app/components/test_utils/CMakeLists.txt
2019-06-21 19:53:29 +08:00

7 lines
226 B
CMake

idf_component_register(SRCS "ref_clock.c"
"test_runner.c"
"test_utils.c"
INCLUDE_DIRS include
REQUIRES spi_flash idf_test unity)