From ccbf42f81b624054fbfef2849790e3cd329b8d9c Mon Sep 17 00:00:00 2001 From: hsaturn Date: Fri, 17 Sep 2021 19:58:24 +0200 Subject: [PATCH] howto added for building and running tests --- tests/howto | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/howto diff --git a/tests/howto b/tests/howto new file mode 100644 index 0000000..cc4dda2 --- /dev/null +++ b/tests/howto @@ -0,0 +1,6 @@ +cd TinyMqtt/tests/../.. +git clone https://github.com/hsaturn/EspMock.git +git clone https://github.com/bxparks/AUnit.git +git clone https://github.com/bxparks/EpoxyDuino.git +cd TinyMqtt/tests +make