Rename Renode variable used to store the .elf file path from `bin` to `elf` for consistency. Signed-off-by: Michał Szprejda <mszprejda@antmicro.com>
7 lines
200 B
Text
7 lines
200 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
*** Keywords ***
|
|
Prepare Machine
|
|
Execute Command $elf = ${ELF}
|
|
Execute Command include ${RESC}
|
|
Create Terminal Tester ${UART}
|