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
7 lines
327 B
CMake
7 lines
327 B
CMake
# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
|
|
# the component can be registered as WHOLE_ARCHIVE
|
|
idf_component_register(SRC_DIRS "."
|
|
PRIV_INCLUDE_DIRS "../../../private_include" "."
|
|
REQUIRES usb unity common
|
|
WHOLE_ARCHIVE)
|