Skip to content

Commit

Permalink
'make coverage' create the same results for regular and shared makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Jan 13, 2016
1 parent 3ae9d0f commit d07425e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ ifndef LIBNAME
LIBNAME=libtommath.a
endif

coverage: LIBNAME:=-Wl,--whole-archive $(LIBNAME) -Wl,--no-whole-archive

include makefile.include

LCOV_ARGS=--directory .
Expand Down

0 comments on commit d07425e

Please sign in to comment.