mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
645592e157
* USB tests migrated to pytest * Error messages improved * Configurable for different mock devices
4 lines
175 B
CMake
4 lines
175 B
CMake
idf_component_register(SRCS "test_usb_common.c" "test_usb_mock_msc.c" "test_usb_mock_hid.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES usb unity)
|