mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	mqtt: Fix and add mqtt host test to CI
This commit is contained in:
		@@ -2,5 +2,7 @@ cmake_minimum_required(VERSION 3.16)
 | 
			
		||||
 | 
			
		||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
 | 
			
		||||
set(COMPONENTS main)
 | 
			
		||||
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/tools/mocks/freertos/")
 | 
			
		||||
 | 
			
		||||
option(TEST_BUILD "" ON)
 | 
			
		||||
project(host_mqtt_client_test)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user