diff --git a/tests/build/Makefile b/tests/build/Makefile index 0662b99..470cf66 100644 --- a/tests/build/Makefile +++ b/tests/build/Makefile @@ -17,7 +17,7 @@ INCDIR=include/ SRC=$(shell find ${SRCDIR} -name \*.c) OBJS = $(patsubst %.c, %.o, $(SRC)) -CFLAGS = -Wall -I${INCDIR} -I${SRCDIR}/ocf/env/ +CFLAGS = -Wall -Werror -I${INCDIR} -I${SRCDIR}/ocf/env/ all: sync $(MAKE) build