mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
12
src/tools/features/coverage-feature.jam
Normal file
12
src/tools/features/coverage-feature.jam
Normal 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 ;
|
||||
Reference in New Issue
Block a user