fatfs: host test migrated to CMake and esp_partition emulation for linux

This commit is contained in:
radek.tandler
2023-04-18 14:46:20 +02:00
parent 96f2d215a2
commit 0078025d7b
9 changed files with 178 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Unlicense OR CC0-1.0
import pytest
from pytest_embedded import Dut
@pytest.mark.linux
@pytest.mark.host_test
def test_fatfs_linux(dut: Dut) -> None:
dut.expect_exact('All tests passed', timeout=120)