Improve test coverage.
This commit is contained in:
parent
35a1aff8dc
commit
f862f9f1d5
3 changed files with 23 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@
|
|||
VERS=1.0
|
||||
|
||||
CC?=gcc
|
||||
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wpedantic
|
||||
CCFLAGS+=-std=c99 -D _DEFAULT_SOURCE -Wpedantic -g
|
||||
LIBS=
|
||||
UNAME_S := $(shell uname -s)
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue