mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7897354104
different in implementation. This tool does its job by instrumenting the source as you compile. You can thus add your own instrumentation to every line on the fly. WWW: http://sourceforge.net/projects/covtool/ PR: ports/174234 Submitted by: novator24 <novator24@gmail.com>
17 lines
467 B
Plaintext
17 lines
467 B
Plaintext
bin/covtool
|
|
bin/covmerge
|
|
bin/covannotate
|
|
bin/cov++
|
|
bin/gen_html
|
|
@unexec if cmp -s %D/etc/cov++.cfg.sample %D/etc/cov++.cfg; then rm -f %D/etc/cov++.cfg; fi
|
|
etc/cov++.cfg.sample
|
|
@exec if [ ! -f %D/etc/cov++.cfg ] ; then cp -p %D/%F %B/cov++.cfg; fi
|
|
libexec/covtool/covtoolhelper.o
|
|
libexec/covtool/covtoolhelper_debug.o
|
|
libexec/covtool/covtoolhelper.c
|
|
%%DATADIR%%/README
|
|
%%DATADIR%%/COPYRIGHT
|
|
%%DATADIR%%/covtool_version
|
|
@dirrmtry %%DATADIR%%
|
|
@dirrmtry libexec/covtool
|