1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

prepare build system for gcov coverage

This commit is contained in:
Steffen Vogel 2016-09-23 22:12:49 -04:00
parent 8b1cb7fe74
commit d6c8197e98

View file

@ -42,6 +42,10 @@ else ifdef GIT
CFLAGS += -D_GIT_REV='"$(shell git rev-parse --short HEAD)"'
endif
ifdef COVERAGE
CFLAGS += -fprofile-arcs -ftest-coverage
endif
# pkg-config dependencies
PKGS = libconfig