Try to mock Esp

This commit is contained in:
hsaturn
2021-03-29 21:47:14 +02:00
parent 792a28e831
commit 533ab0c70d
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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