init with empty test

wch-ch32v003
Matt Knight 2 years ago
parent 1dd837ae43
commit 2ae5eb6d02

@ -1,2 +1,3 @@
# stm32 = stm32
HAL for stm32 (STMicro) devices HAL for stm32 (STMicro) devices

@ -0,0 +1,10 @@
*** Settings ***
Suite Setup Setup
Suite Teardown Teardown
Test Teardown Test Teardown
Resource ${RENODEKEYWORDS}
*** Test Cases ***
Should Print Help
${x}= Execute Command help
Should Contain ${x} Available commands:
Loading…
Cancel
Save