From a3405584600fe9744a38079de081f6c85d735dda Mon Sep 17 00:00:00 2001 From: hsaturn Date: Tue, 30 Mar 2021 08:21:33 +0200 Subject: [PATCH] Fix tests --- tests/nowifi-tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nowifi-tests/Makefile b/tests/nowifi-tests/Makefile index d6ab7a3..092a2d4 100644 --- a/tests/nowifi-tests/Makefile +++ b/tests/nowifi-tests/Makefile @@ -1,6 +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 +APP_NAME := nowifi-tests ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock include ../../../EpoxyDuino/EpoxyDuino.mk