2023-01-17 16:36:55 +08:00
|
|
|
# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
2022-08-02 11:48:19 +08:00
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
|
|
import pytest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.esp32s2
|
|
|
|
|
@pytest.mark.esp32s3
|
|
|
|
|
@pytest.mark.generic
|
2023-01-17 16:36:55 +08:00
|
|
|
def test_ulp_riscv(case_tester) -> None: # type: ignore
|
|
|
|
|
case_tester.run_all_cases()
|