mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	- Split mqtt and mqtt5 tests - Move common test code to a common component - Add necessary python scripts
		
			
				
	
	
		
			5 lines
		
	
	
		
			188 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			188 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
 | 
						|
idf_component_register(SRCS test_mqtt_connection.c
 | 
						|
                    INCLUDE_DIRS ${CMAKE_CURRENT_LIST_DIR}/include
 | 
						|
                    PRIV_REQUIRES unity esp_event esp_netif esp_eth)
 |