diff options
| author | J08nY | 2017-08-29 15:05:11 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-29 15:05:11 +0200 |
| commit | cbfd158745c345529631ceb168657bd5c46aebaf (patch) | |
| tree | e9f62f682e2a13dcc5747fceaacd02103be33d6b /test/src/Makefile | |
| parent | f8f7c6851e793a8e431fe459d3d63e668bdd2026 (diff) | |
| download | ecgen-cbfd158745c345529631ceb168657bd5c46aebaf.tar.gz ecgen-cbfd158745c345529631ceb168657bd5c46aebaf.tar.zst ecgen-cbfd158745c345529631ceb168657bd5c46aebaf.zip | |
Fix unittest target with TEST=1.
Diffstat (limited to 'test/src/Makefile')
| -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 |
