Local tests added

This commit is contained in:
hsaturn
2021-03-31 19:09:05 +02:00
parent e71ffefc5a
commit 5211360b91
3 changed files with 154 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
# See https://github.com/bxparks/EpoxyDuino for documentation about this
# Makefile to compile and run Arduino programs natively on Linux or MacOS.
APP_NAME := local-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock
include ../../../EpoxyDuino/EpoxyDuino.mk