mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
af629b3547
Makes fatfs component runnable on host. Depends on the host library build of wear levelling and 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.
3 lines
47 B
C++
3 lines
47 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include "catch.hpp"
|