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>
20 lines
643 B
Text
20 lines
643 B
Text
--- ./gen_html.orig 2012-12-05 19:51:17.000000000 +0400
|
|
+++ ./gen_html 2012-12-05 19:51:45.000000000 +0400
|
|
@@ -12,7 +12,7 @@
|
|
echo "can't find merged covexp database file: '$db'"
|
|
echo ""
|
|
echo "You must supply the name of a MERGED covexp file"
|
|
- echo "The covmerge.exe program adds additional information"
|
|
+ echo "The covmerge program adds additional information"
|
|
echo "needed by this script"
|
|
exit 1
|
|
fi
|
|
@@ -50,7 +50,7 @@
|
|
if [ ! -r "$3$file" ]
|
|
then
|
|
mkdir -p `dirname $3$file`
|
|
- covannotate.exe "$file" "$db" >"$3$file.txt"
|
|
+ covannotate "$file" "$db" >"$3$file.txt"
|
|
fi
|
|
|
|
link="<a href=.$file.txt>"
|