mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-30 20:51:41 +00:00 
			
		
		
		
	 e542b7a920
			
		
	
	e542b7a920
	
	
	
		
			
			Makes spiffs component runnable on host. Depends on the host library build of flash emulator. Includes a basic sanity test of mounting a volume, opening a file, writing to the file, reading the file, closing the file and unmounting volume.
		
			
				
	
	
		
			4 lines
		
	
	
		
			48 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			48 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #define CATCH_CONFIG_MAIN
 | |
| #include "catch.hpp"
 | |
| 
 |