mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	New unity component can be used for testing other applications. Upstream version of Unity is included as a submodule. Utilities specific to ESP-IDF unit tests (partitions, leak checking setup/teardown functions, etc) are kept only in unit-test-app. Kconfig options are added to allow disabling certain Unity features.
		
			
				
	
	
		
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			142 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
set(COMPONENT_SRCDIRS ".")
 | 
						|
set(COMPONENT_ADD_INCLUDEDIRS ".")
 | 
						|
 | 
						|
set(COMPONENT_REQUIRES unity test_utils driver nvs_flash)
 | 
						|
 | 
						|
register_component() |