Added test for StringIndexer

This commit is contained in:
hsaturn
2021-04-03 21:11:54 +02:00
parent 3ed5874373
commit ad6f7155e5
4 changed files with 147 additions and 5 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 := string-indexer-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock
include ../../../EpoxyDuino/EpoxyDuino.mk