feat(hal): enable hal host test

This commit is contained in:
morris
2023-10-09 22:47:25 +08:00
parent d27dd4d9cb
commit 66497af276
23 changed files with 206 additions and 50 deletions

View File

@@ -8,4 +8,6 @@ from pytest_embedded import Dut
@pytest.mark.linux
@pytest.mark.host_test
def test_hal_utils(dut: Dut) -> None:
dut.run_all_single_board_cases()
dut.expect_exact('Press ENTER to see the list of tests.')
dut.write('*')
dut.expect_unity_test_output()