<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.algo-prog.info/zamcov/web/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.algo-prog.info/zamcov/web/feed.php">
        <title>ZAMCOV</title>
        <description></description>
        <link>http://www.algo-prog.info/zamcov/web/</link>
        <image rdf:resource="http://www.algo-prog.info/zamcov/web/lib/tpl/default/images/favicon.ico" />
       <dc:date>2012-05-19T03:03:22+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.algo-prog.info/zamcov/web/index.php?id=documentation&amp;rev=1335203100&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.algo-prog.info/zamcov/web/index.php?id=download&amp;rev=1335203027&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.algo-prog.info/zamcov/web/index.php?id=tools_usage_tips&amp;rev=1332178666&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.algo-prog.info/zamcov/web/lib/tpl/default/images/favicon.ico">
        <title>ZAMCOV</title>
        <link>http://www.algo-prog.info/zamcov/web/</link>
        <url>http://www.algo-prog.info/zamcov/web/lib/tpl/default/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.algo-prog.info/zamcov/web/index.php?id=documentation&amp;rev=1335203100&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T19:45:00+02:00</dc:date>
        <dc:creator>philippe</dc:creator>
        <title>documentation - [How to build the tools] </title>
        <link>http://www.algo-prog.info/zamcov/web/index.php?id=documentation&amp;rev=1335203100&amp;do=diff</link>
        <description>How to build the tools

For version 1.0:
wget http://www.algo-prog.info/zamcov/distribution/zamcov-1.0.tar.gz
tar xzf zamcov-1.0.tar.gz
cd zamcov-1.0
edit config.mk # if default options don't suit you
wget http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.0.tar.gz
make
# sudo make install # this depends on where you install zamcov
Three binaries are generated:</description>
    </item>
    <item rdf:about="http://www.algo-prog.info/zamcov/web/index.php?id=download&amp;rev=1335203027&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T19:43:47+02:00</dc:date>
        <dc:creator>philippe</dc:creator>
        <title>download - [Latest versions] </title>
        <link>http://www.algo-prog.info/zamcov/web/index.php?id=download&amp;rev=1335203027&amp;do=diff</link>
        <description>Latest versions

	*  Zamcov 1.0 (2012-03-13)
		*  md5sum : 16dc3358d1490624b2e7a8e8ff8612bf
		*  works with OCaml 3.12.0 (link to tarball)
		*  Last changes:
			*  (fix) dynamic measurement
				*  some traces were wrong, they have been removed

			*  (fix) post-execution condition coverage measurement
				*  condition measurement criteria doesn't depend on MC/DC anymore</description>
    </item>
    <item rdf:about="http://www.algo-prog.info/zamcov/web/index.php?id=tools_usage_tips&amp;rev=1332178666&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-19T18:37:46+02:00</dc:date>
        <dc:creator>philippe</dc:creator>
        <title>tools_usage_tips - created</title>
        <link>http://www.algo-prog.info/zamcov/web/index.php?id=tools_usage_tips&amp;rev=1332178666&amp;do=diff</link>
        <description>Here is a bash function that I use in my ~/.profile to rapid-test a program. 


function zamcov-complete-test () {
    if [[ $# -le 0 ]]
    then
        local prog='$prog'
        echo zamcov-compile &quot;$prog&quot;.ml -o &quot;$prog&quot;.exe
        echo zamcov-run -mcdc &quot;$prog&quot;.mcdc -trace &quot;$prog&quot;.trace &quot;$prog&quot;.exe
        echo zamcov-cover -mcdc &quot;$prog&quot;.mcdc -trace &quot;$prog&quot;.trace &quot;$prog&quot;.exe
        echo open ./coverage_report/index.html
    else
        local prog=&quot;$(sed -e 's/.ml$//g'&lt;&lt;&lt;&quot;$1&quot;)&quot;
        shift…</description>
    </item>
</rdf:RDF>

