bdf02ff5d6
Add support for calling the `renode-test` command from west and twister. Enable running Robot Framework tests suites in Renode. Signed-off-by: Michał Szprejda <mszprejda@antmicro.com> Signed-off-by: Mateusz Hołenko <mholenko@antmicro.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
*** Keywords ***
|
|
Prepare Machine
|
|
Execute Command $bin = ${ELF}
|
|
Execute Command include ${RESC}
|
|
Create Terminal Tester ${UART}
|