diff options
| -rw-r--r-- | test/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/Makefile b/test/src/Makefile index 04279be..d22e37e 100644 --- a/test/src/Makefile +++ b/test/src/Makefile @@ -7,7 +7,7 @@ CC ?= gcc -CFLAGS = -Wall -g -O0 +CFLAGS = -Wall --coverage -g -O0 LDFLAGS = -L../../lib/parson -L../../lib/sha1 -L../../lib/pari -L../lib/criterion/build INCLUDES = -I. -I../../src -I../../lib -I../lib/criterion/include LIBS = -lrt -lpari -lpthread -lparson -lsha1 -lcriterion |
