OVMS3-idf/tools/unit-test-app/components/test_utils/CMakeLists.txt
2019-09-04 10:53:25 +10:00

8 lines
227 B
CMake

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