mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	test: declare requirements and include dirs private
This commit is contained in:
		@@ -4,6 +4,6 @@ endif()
 | 
			
		||||
 | 
			
		||||
idf_component_register(SRC_DIRS "."
 | 
			
		||||
                       EXCLUDE_SRCS "${exclude_srcs}"
 | 
			
		||||
                       INCLUDE_DIRS "."
 | 
			
		||||
                       REQUIRES unity test_utils spi_flash bootloader_support app_update)
 | 
			
		||||
                       PRIV_INCLUDE_DIRS "."
 | 
			
		||||
                       PRIV_REQUIRES unity test_utils spi_flash bootloader_support app_update)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user