File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ CLANG ?= clang
44EXTRA_CFLAGS ?= -Werror -Wall -Wextra -funsigned-char -fwrapv -Wconversion \
55 -Wno-sign-conversion -Wmissing-format-attribute \
66 -Wpointer-arith -Wformat-nonliteral -Winit-self \
7- -Wwrite-strings -Wshadow \ -Wenum-compare -Wempty-body \
7+ -Wwrite-strings -Wshadow -Wenum-compare -Wempty-body \
88 -Wparentheses -Wcast-align -Wstrict-aliasing --pedantic-errors
99CMPCFLAGS ?= -std=c89 -Wno-c99-extensions
1010TESTCFLAGS ?= -std=c99 -Wno-error=deprecated-declarations \
@@ -58,7 +58,7 @@ cmpprof: cmp.o
5858cmpunittest : cmp.o
5959 $(CC ) $(CFLAGS ) $(EXTRA_CFLAGS ) $(TESTCFLAGS ) $(LDFLAGS ) \
6060 -fprofile-arcs -ftest-coverage -g -I. \
61- -o cmptest cmp.o test/test.c test/tests.c test/buf.c test/utils.c \
61+ -o cmpunittest cmp.o test/test.c test/tests.c test/buf.c test/utils.c \
6262 -lcmocka
6363
6464cmpnofloattest : cmp.o
You can’t perform that action at this time.
0 commit comments