]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Adding coverage support:
authorWolfgang Bumiller <wry.git@bumiller.com>
Tue, 7 Jan 2014 13:33:26 +0000 (14:33 +0100)
committerWolfgang Bumiller <wry.git@bumiller.com>
Tue, 7 Jan 2014 13:36:00 +0000 (14:36 +0100)
The -coverage option causes all values have AST_FLAG_BLOCK_COVERAGE
set by default.
The coverage attribute can be used to control coverage:
It takes an optional list of coverage types, currently only "block"
and "none" is recognized.
[[coverage]] defaults to [[coverage(block)]].
Use [[coverage(none)]] or [[coverage()]] to disable.


No differences found