Skip to content

Commit

Permalink
esp_rom: enable qemu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Zim Kalinowski committed Jun 20, 2023
1 parent 3d23b3d commit f3fa1fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/esp_rom/test_apps/rom_tests/pytest_esp_rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@
@pytest.mark.nightly_run
def test_esp_rom(dut: Dut) -> None:
dut.run_all_single_board_cases()


@pytest.mark.esp32c3
@pytest.mark.host_test
@pytest.mark.qemu
def test_esp_rom_qemu(dut: Dut) -> None:
dut.run_all_single_board_cases()

0 comments on commit f3fa1fd

Please sign in to comment.