From 2ae5eb6d028328a75cd9af9ed7e6214d572b73f3 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Mon, 1 Aug 2022 00:27:17 -0700 Subject: [PATCH] init with empty test --- README.md => README.adoc | 3 ++- tests/stm32f103.robot | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) rename README.md => README.adoc (78%) create mode 100644 tests/stm32f103.robot diff --git a/README.md b/README.adoc similarity index 78% rename from README.md rename to README.adoc index 88015b5..df1b5cc 100644 --- a/README.md +++ b/README.adoc @@ -1,2 +1,3 @@ -# stm32 += stm32 + HAL for stm32 (STMicro) devices diff --git a/tests/stm32f103.robot b/tests/stm32f103.robot new file mode 100644 index 0000000..28c77fe --- /dev/null +++ b/tests/stm32f103.robot @@ -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: