Makefile: Add an option to compile with coverage.
Now you must compile with make COVERAGE=1 to compile with coverage information. There is another rule (called coverage) which compiles with coverage options and then runs gcovr (if available).
Please register or sign in to comment