Improve test coverage.

This commit is contained in:
Eric S. Raymond 2017-06-18 10:55:09 -04:00
parent 35a1aff8dc
commit f862f9f1d5
3 changed files with 23 additions and 3 deletions

View file

@ -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)