Skip to content

Commit

Permalink
[fix unit tests]
Browse files Browse the repository at this point in the history
compile-tests is not yet available because this needs EpoxDuino develop branch to be merged.
So compile tests are  disabled for now.
  • Loading branch information
hsaturn committed May 10, 2023
1 parent 30e75b8 commit ac391a4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 859 deletions.
23 changes: 23 additions & 0 deletions tests/compile-test/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# vim: noexpandtab


APP_NAME := compile-tests
ARDUINO_LIBS := AUnit AceCommon AceTime TinyMqtt EspMock ESP8266WiFi ESPAsync ESP8266mDNS TinyConsole
ARDUINO_LIB_DIRS := ../../../EspMock/libraries
EPOXY_CORE := EPOXY_CORE_ESP8266
DUMMY := 1
RUN = no
APP_SRCS_COMP += $(shell find ../../examples -name "*.ino")
APP_SRCS_CPP += $(APP_SRCS_COMP:%.ino=%.o)
CXXFLAGS = -D_GNU_SOURCE -Werror=return-type -std=gnu++17 -Wall -g3 -O0 -DEPOXY_DUINO

include ../Makefile.opts

all:

compile-tests.out: $(OBJS)

run:
@echo "No run for compile tests"
exit 0

11 changes: 0 additions & 11 deletions tests/compile-tests/Makefile

This file was deleted.

Loading

0 comments on commit ac391a4

Please sign in to comment.