Files
TinyMqtt/tests/string-indexer-tests/Makefile
hsaturn c75f4893e8 AsyncTcp
AsyncTcp
2021-04-10 17:16:25 +02:00

8 lines
310 B
Makefile

# See https://github.com/bxparks/EpoxyDuino for documentation about this
# Makefile to compile and run Arduino programs natively on Linux or MacOS.
APP_NAME := string-indexer-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock
ESP_LIBS = ESP8266WiFi ESPAsyncTCP
include ../../../EspMock/EspMock.mk