From 533ab0c70dac8fd16c4db0226dbfebb93cdeae0e Mon Sep 17 00:00:00 2001 From: hsaturn Date: Mon, 29 Mar 2021 21:47:14 +0200 Subject: [PATCH] Try to mock Esp --- .github/workflows/aunit.yml | 1 + tests/local-tests/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aunit.yml b/.github/workflows/aunit.yml index 117bccd..a23ac7f 100644 --- a/.github/workflows/aunit.yml +++ b/.github/workflows/aunit.yml @@ -21,6 +21,7 @@ jobs: git clone https://github.com/bxparks/AceRoutine git clone https://github.com/bxparks/AUnit git clone https://github.com/bxparks/AceCommon + git clone https://github.com/hsaturn/EspMock - name: Verify tests run: | make -C tests diff --git a/tests/local-tests/Makefile b/tests/local-tests/Makefile index df1abdb..d6ab7a3 100644 --- a/tests/local-tests/Makefile +++ b/tests/local-tests/Makefile @@ -2,5 +2,5 @@ # Makefile to compile and run Arduino programs natively on Linux or MacOS. APP_NAME := local-tests -ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt ESP8266WiFi +ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock include ../../../EpoxyDuino/EpoxyDuino.mk