Added makefile for aunit

This commit is contained in:
hsaturn
2021-03-28 23:26:53 +02:00
parent eaf938f2fd
commit fead702d9f
3 changed files with 26 additions and 0 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
include ../../../EpoxyDuino/EpoxyDuino.mk