2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Add feature for code coverage information instrumentation.

Fixes #396
This commit is contained in:
Rene Rivera
2019-02-21 23:13:33 -06:00
parent f1f02d7a26
commit 854ee52028

View File

@@ -0,0 +1,12 @@
# Copyright 2019 Rene Rivera
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
# What kind of coverage information to generate.
import feature ;
feature.feature coverage
: off all test profile
: propagated optional ;