Add unit tests for buttons / relays; and a bunch of mocks :)

This commit is contained in:
Pim van Pelt
2017-12-20 17:32:28 +01:00
parent 1cbd2130db
commit 4b4642416f
12 changed files with 6304 additions and 3 deletions

View File

@ -1,7 +1,7 @@
TARGET = test
LIBS =
CC = gcc
CFLAGS = -g -Wall -I../include -I./
CFLAGS = -g -Wall -I../include -I./ -I ./mongoose/
.PHONY: default all clean