From 293777e10f33c98e3493c94586419db9f1356e6b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 2 Mar 2021 23:57:17 +0000 Subject: Add coverage variant --- Jamroot.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 9b9afab..9ee89b5 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -13,11 +13,13 @@ pkg-config.import glew ; lib stb : : : : /usr/include/stb ; lib pthread ; +variant coverage : debug ; project : requirements 20 debug:pedantic debug:on release:on + coverage:on tidy:gfx/models/obj.cpp tidy:boost-* tidy:bugprone-* -- cgit v1.2.3