ci(fatfs): upgrade to Catch2 as a component, enable CI build

This commit is contained in:
Ivan Grokhotkov
2023-11-27 14:32:05 +01:00
parent 8e81bbe014
commit 047e50615e
7 changed files with 13 additions and 15 deletions
@@ -12,7 +12,7 @@
#include "diskio_impl.h"
#include "diskio_wl.h"
#include "catch.hpp"
#include <catch2/catch_test_macros.hpp>
TEST_CASE("Create volume, open file, write and read back data", "[fatfs]")
{
@@ -158,7 +158,6 @@ TEST_CASE("Test mounting 2 volumes, writing data and formating the 2nd one, read
FATFS fs1;
wl_handle_t wl_handle1 = WL_INVALID_HANDLE;
size_t allocation_unit_size = CONFIG_WL_SECTOR_SIZE;
size_t data_size = 10;