Refactoring of EspMock

This commit is contained in:
hsaturn
2021-04-07 06:44:15 +02:00
parent 986a9c592d
commit ca8ad88109
4 changed files with 7 additions and 4 deletions

View File

@@ -3,4 +3,5 @@
APP_NAME := local-tests APP_NAME := local-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock
include ../../../EpoxyDuino/EpoxyDuino.mk ESP_LIBS = ESP8266WiFi
include ../../../EspMock/EspMock.mk

View File

@@ -6,7 +6,7 @@
* TinyMqtt local unit tests. * TinyMqtt local unit tests.
* *
* Clients are connected to pseudo remote broker * Clients are connected to pseudo remote broker
* The remote will be 127.0.0.1:1883 * The remote should be 127.0.0.1:1883 <--- But this does not work due to Esp network limitations
* We are using 127.0.0.1 because this is simpler to test with a single ESP * We are using 127.0.0.1 because this is simpler to test with a single ESP
* Also, this will allow to mock and thus run Action on github * Also, this will allow to mock and thus run Action on github
**/ **/

View File

@@ -3,4 +3,5 @@
APP_NAME := nowifi-tests APP_NAME := nowifi-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock
include ../../../EpoxyDuino/EpoxyDuino.mk ESP_LIBS = ESP8266WiFi
include ../../../EspMock/EspMock.mk

View File

@@ -3,4 +3,5 @@
APP_NAME := string-indexer-tests APP_NAME := string-indexer-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock
include ../../../EpoxyDuino/EpoxyDuino.mk ESP_LIBS = ESP8266WiFi
include ../../../EspMock/EspMock.mk