spiffs: convert host tests from Make to CMake

This commit is contained in:
radek.tandler
2022-08-25 15:23:59 +02:00
committed by BOT
parent e27e13b3dd
commit 723adae0ec
19 changed files with 188 additions and 285 deletions

View File

@@ -8,7 +8,6 @@
#include "esp_log.h"
#include "esp_partition.h"
#include "esp_spiffs.h"
#include "esp_vfs.h"
#include "spiffs_api.h"
static const char* TAG = "SPIFFS";