wrap up s3 hil test

This commit is contained in:
hathach
2023-12-11 14:52:21 +07:00
parent c829116830
commit e1142d4527
3 changed files with 22 additions and 24 deletions

View File

@@ -304,9 +304,11 @@ def main(config_file, board):
test_list.remove(skip)
for test in test_list:
# cmake, make
fw_list = [
# cmake: esp32 use .bin file
f'cmake-build/cmake-build-{item["name"]}/device/{test}/{test}.elf',
f'cmake-build/cmake-build-{item["name"]}/device/{test}/{test}.bin',
# make
f'examples/device/{test}/_build/{item["name"]}/{test}.elf'
]