From 635fee6f7c85d9c18fe83d835ede536f78bc0195 Mon Sep 17 00:00:00 2001 From: hsaturn Date: Sun, 28 Mar 2021 23:57:06 +0200 Subject: [PATCH] ESP8266WiFi lib added for aunit --- .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..7d896ba 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/ekstrand/ESP8266wifi - name: Verify tests run: | make -C tests diff --git a/tests/local-tests/Makefile b/tests/local-tests/Makefile index ed81629..0a232dc 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 +ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt ESP8266wifi include ../../../EpoxyDuino/EpoxyDuino.mk