<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>git.llucax.com.ar Git - software/mutest.git/atom log</title>
<subtitle>A simple micro unit testing framework for C programs</subtitle>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git" />
<link rel="self" type="text/xml" href="http://git.llucax.com.ar/w" />
<id>http://git.llucax.com.ar/w/software/mutest.git</id>
<author><name></name></author>
<icon>/static/git-favicon.png</icon>
<logo>/static/git-logo.png</logo>
<updated>2010-09-13T19:40:08Z</updated>
<generator version='1.7.5.4/1.7.5.4'>gitweb</generator>
<entry>
<title type="html">mkmutest: Fix test case detection for x86_64</title>
<updated>2010-09-13T19:40:08Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2010-09-13T19:40:08Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/329624aa75bd02c1ec3c32841ba2493b027b1d45" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/329624aa75bd02c1ec3c32841ba2493b027b1d45</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
mkmutest: Fix test case detection for x86_64

When using a 64 bits OS, nm shows the addresses of symbols using 64 bits
instead of 32 (of course), so fix the symbol regex to detect those too.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/963a0b5f13246788645ec50117e18806afd06ea5..329624aa75bd02c1ec3c32841ba2493b027b1d45:/mkmutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/329624aa75bd02c1ec3c32841ba2493b027b1d45?f=mkmutest">H</a>] mkmutest</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add make release target (for internal use only)</title>
<updated>2008-12-26T00:04:47Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2008-12-26T00:04:47Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/963a0b5f13246788645ec50117e18806afd06ea5" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/963a0b5f13246788645ec50117e18806afd06ea5</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add make release target (for internal use only)

This make target is used just to ease the release process.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/a994fe5919a92d1772d9b8208ac7523765bb3138..963a0b5f13246788645ec50117e18806afd06ea5:/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/963a0b5f13246788645ec50117e18806afd06ea5?f=Makefile">H</a>] Makefile</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add make install targets</title>
<updated>2008-12-25T23:36:38Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2008-12-25T23:36:38Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/a994fe5919a92d1772d9b8208ac7523765bb3138" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/a994fe5919a92d1772d9b8208ac7523765bb3138</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add make install targets
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/ee114821d8fdd42f0adc9fdd242dc17533a99f2f..a994fe5919a92d1772d9b8208ac7523765bb3138:/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/a994fe5919a92d1772d9b8208ac7523765bb3138?f=Makefile">H</a>] Makefile</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add documentation</title>
<updated>2008-12-25T23:35:09Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2008-12-25T23:35:09Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/ee114821d8fdd42f0adc9fdd242dc17533a99f2f" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/ee114821d8fdd42f0adc9fdd242dc17533a99f2f</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add documentation

This patch add a README file in reStructuredText format and a Makefile to
build a PDF and HTML manual from it. A test target is included too to
compile and run the samples.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/78f2a6de06b783f76d3857bb31ba2ed9f1b76ba6..ee114821d8fdd42f0adc9fdd242dc17533a99f2f:/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/ee114821d8fdd42f0adc9fdd242dc17533a99f2f?f=Makefile">H</a>] Makefile</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/78f2a6de06b783f76d3857bb31ba2ed9f1b76ba6..ee114821d8fdd42f0adc9fdd242dc17533a99f2f:/README">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/ee114821d8fdd42f0adc9fdd242dc17533a99f2f?f=README">H</a>] README</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Fix Python implementation options</title>
<updated>2008-12-25T23:26:37Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2008-12-25T23:26:37Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/78f2a6de06b783f76d3857bb31ba2ed9f1b76ba6" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/78f2a6de06b783f76d3857bb31ba2ed9f1b76ba6</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Fix Python implementation options

Rename -a/--search-all to -s/--search, move --verbose alias from -q to -v
and add --quiet alias for -q.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/19e0ee8728c9e3cfc80e2fe84c2d1ff81b0dd0b9..78f2a6de06b783f76d3857bb31ba2ed9f1b76ba6:/mutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/78f2a6de06b783f76d3857bb31ba2ed9f1b76ba6?f=mutest">H</a>] mutest</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Make test cases execute in alphabetic order</title>
<updated>2008-12-15T19:40:16Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</contributor>
<published>2008-12-15T19:40:16Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/19e0ee8728c9e3cfc80e2fe84c2d1ff81b0dd0b9" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/19e0ee8728c9e3cfc80e2fe84c2d1ff81b0dd0b9</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Make test cases execute in alphabetic order

Remove nm's -p switch so alphabetic order is used to get the test suite
symbols (test cases and initialization/termination functions). This way
execution order can be deterministic.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/53f39291eea7c12260f9dc0ea5a998dbd38e048e..19e0ee8728c9e3cfc80e2fe84c2d1ff81b0dd0b9:/mkmutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/19e0ee8728c9e3cfc80e2fe84c2d1ff81b0dd0b9?f=mkmutest">H</a>] mkmutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/53f39291eea7c12260f9dc0ea5a998dbd38e048e..19e0ee8728c9e3cfc80e2fe84c2d1ff81b0dd0b9:/mutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/19e0ee8728c9e3cfc80e2fe84c2d1ff81b0dd0b9?f=mutest">H</a>] mutest</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Remove extra \n from a log message</title>
<updated>2008-12-12T21:19:03Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2008-12-12T21:19:03Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/53f39291eea7c12260f9dc0ea5a998dbd38e048e" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/53f39291eea7c12260f9dc0ea5a998dbd38e048e</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Remove extra \n from a log message
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0063534515c20ca50b4554442d159a992f32b241..53f39291eea7c12260f9dc0ea5a998dbd38e048e:/mutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/53f39291eea7c12260f9dc0ea5a998dbd38e048e?f=mutest">H</a>] mutest</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add some C++ support</title>
<updated>2008-12-12T18:28:43Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2008-12-12T18:28:43Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/0063534515c20ca50b4554442d159a992f32b241" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/0063534515c20ca50b4554442d159a992f32b241</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add some C++ support

This patch add some C++ support by catching exceptions in mu_check() and
mu_ensure() macros (when compiled with a C++ compiler, of course). In
addition to this, it adds 2 new macros for checking that some expression
throws a particular exception: mu_echeck() and mu_eensure().

A sample test suite for the new features is added too.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/5b3a1f1593fc57a4dd5b492f9b4cd55e28cb6eaa..0063534515c20ca50b4554442d159a992f32b241:/mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/0063534515c20ca50b4554442d159a992f32b241?f=mutest.h">H</a>] mutest.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/5b3a1f1593fc57a4dd5b492f9b4cd55e28cb6eaa..0063534515c20ca50b4554442d159a992f32b241:/sample/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/0063534515c20ca50b4554442d159a992f32b241?f=sample/Makefile">H</a>] sample/Makefile</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/5b3a1f1593fc57a4dd5b492f9b4cd55e28cb6eaa..0063534515c20ca50b4554442d159a992f32b241:/sample/exception_test.cpp">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/0063534515c20ca50b4554442d159a992f32b241?f=sample/exception_test.cpp">H</a>] sample/exception_test.cpp</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Reuse checking macros code</title>
<updated>2008-12-12T18:23:50Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2008-12-12T18:23:50Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/5b3a1f1593fc57a4dd5b492f9b4cd55e28cb6eaa" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/5b3a1f1593fc57a4dd5b492f9b4cd55e28cb6eaa</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Reuse checking macros code
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/a894239e9a62676c861bdd817714b5f8b3c05265..5b3a1f1593fc57a4dd5b492f9b4cd55e28cb6eaa:/mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/5b3a1f1593fc57a4dd5b492f9b4cd55e28cb6eaa?f=mutest.h">H</a>] mutest.h</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Unify C and Python implementations header file</title>
<updated>2008-12-12T12:43:10Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2008-12-12T12:43:10Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/a894239e9a62676c861bdd817714b5f8b3c05265" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/a894239e9a62676c861bdd817714b5f8b3c05265</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Unify C and Python implementations header file

Make both implementations use the same mutest.h. When using the Python
implementation the macro MUTEST_PY should be set.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/d5be024b1cc1a456cd9726d85a7e108e1818ae7f:/py/mutest..a894239e9a62676c861bdd817714b5f8b3c05265:/mutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/a894239e9a62676c861bdd817714b5f8b3c05265?f=mutest">H</a>] mutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/d5be024b1cc1a456cd9726d85a7e108e1818ae7f..a894239e9a62676c861bdd817714b5f8b3c05265:/mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/a894239e9a62676c861bdd817714b5f8b3c05265?f=mutest.h">H</a>] mutest.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/d5be024b1cc1a456cd9726d85a7e108e1818ae7f..a894239e9a62676c861bdd817714b5f8b3c05265:/py/mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/a894239e9a62676c861bdd817714b5f8b3c05265?f=py/mutest.h">H</a>] py/mutest.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/d5be024b1cc1a456cd9726d85a7e108e1818ae7f..a894239e9a62676c861bdd817714b5f8b3c05265:/sample/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/a894239e9a62676c861bdd817714b5f8b3c05265?f=sample/Makefile">H</a>] sample/Makefile</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/d5be024b1cc1a456cd9726d85a7e108e1818ae7f..a894239e9a62676c861bdd817714b5f8b3c05265:/sample/factorial_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/a894239e9a62676c861bdd817714b5f8b3c05265?f=sample/factorial_test.c">H</a>] sample/factorial_test.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/d5be024b1cc1a456cd9726d85a7e108e1818ae7f..a894239e9a62676c861bdd817714b5f8b3c05265:/sample/init_fail_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/a894239e9a62676c861bdd817714b5f8b3c05265?f=sample/init_fail_test.c">H</a>] sample/init_fail_test.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/d5be024b1cc1a456cd9726d85a7e108e1818ae7f..a894239e9a62676c861bdd817714b5f8b3c05265:/sample/sum_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/a894239e9a62676c861bdd817714b5f8b3c05265?f=sample/sum_test.c">H</a>] sample/sum_test.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Improve names of sample Makefile's variables</title>
<updated>2008-12-12T12:40:15Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</contributor>
<published>2008-12-12T12:40:15Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/d5be024b1cc1a456cd9726d85a7e108e1818ae7f" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/d5be024b1cc1a456cd9726d85a7e108e1818ae7f</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Improve names of sample Makefile's variables
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8..d5be024b1cc1a456cd9726d85a7e108e1818ae7f:/sample/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/d5be024b1cc1a456cd9726d85a7e108e1818ae7f?f=sample/Makefile">H</a>] sample/Makefile</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add license and a description to all the sources</title>
<updated>2008-12-10T13:54:04Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</contributor>
<published>2008-12-10T13:54:04Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add license and a description to all the sources
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/mkmutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=mkmutest">H</a>] mkmutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/mutest.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=mutest.c">H</a>] mutest.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=mutest.h">H</a>] mutest.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/py/mutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=py/mutest">H</a>] py/mutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/py/mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=py/mutest.h">H</a>] py/mutest.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/sample/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=sample/Makefile">H</a>] sample/Makefile</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/sample/factorial.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=sample/factorial.c">H</a>] sample/factorial.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/sample/factorial.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=sample/factorial.h">H</a>] sample/factorial.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/sample/factorial_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=sample/factorial_test.c">H</a>] sample/factorial_test.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/sample/init_fail_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=sample/init_fail_test.c">H</a>] sample/init_fail_test.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/sample/sum.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=sample/sum.c">H</a>] sample/sum.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/sample/sum.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=sample/sum.h">H</a>] sample/sum.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39..cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8:/sample/sum_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/cb606e44a187f9ece06dfd134e9ded8cdcf8f1b8?f=sample/sum_test.c">H</a>] sample/sum_test.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Implement test suite initialization and termination</title>
<updated>2008-12-10T15:51:54Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</contributor>
<published>2008-12-10T15:51:54Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/75eb5c4a3edb32190187334ca9238b3b1ef2be39</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Implement test suite initialization and termination

This patch adds test suite initialization and termination support to both
C/bash and Python implementations.

Any exported function in a test suite that starts with &quot;mu_init&quot; is used
as an initialization function (returning 0 if the initialization
succeeded) and any function starting with &quot;mu_term&quot; is used as
a termination function. If initialization fails (any initialization
funtion fails), the test suite is skipped.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0..75eb5c4a3edb32190187334ca9238b3b1ef2be39:/mkmutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/75eb5c4a3edb32190187334ca9238b3b1ef2be39?f=mkmutest">H</a>] mkmutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0..75eb5c4a3edb32190187334ca9238b3b1ef2be39:/mutest.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/75eb5c4a3edb32190187334ca9238b3b1ef2be39?f=mutest.c">H</a>] mutest.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0..75eb5c4a3edb32190187334ca9238b3b1ef2be39:/mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/75eb5c4a3edb32190187334ca9238b3b1ef2be39?f=mutest.h">H</a>] mutest.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0..75eb5c4a3edb32190187334ca9238b3b1ef2be39:/py/mutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/75eb5c4a3edb32190187334ca9238b3b1ef2be39?f=py/mutest">H</a>] py/mutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0..75eb5c4a3edb32190187334ca9238b3b1ef2be39:/sample/.gitignore">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/75eb5c4a3edb32190187334ca9238b3b1ef2be39?f=sample/.gitignore">H</a>] sample/.gitignore</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0..75eb5c4a3edb32190187334ca9238b3b1ef2be39:/sample/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/75eb5c4a3edb32190187334ca9238b3b1ef2be39?f=sample/Makefile">H</a>] sample/Makefile</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0..75eb5c4a3edb32190187334ca9238b3b1ef2be39:/sample/init_fail_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/75eb5c4a3edb32190187334ca9238b3b1ef2be39?f=sample/init_fail_test.c">H</a>] sample/init_fail_test.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0..75eb5c4a3edb32190187334ca9238b3b1ef2be39:/sample/sum_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/75eb5c4a3edb32190187334ca9238b3b1ef2be39?f=sample/sum_test.c">H</a>] sample/sum_test.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Allow using just 'mu_test' as a test case name</title>
<updated>2008-12-09T19:21:48Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</contributor>
<published>2008-12-09T19:21:48Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/ca131d1f12146c2b2ff563e05468b4a0471f61b0</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Allow using just 'mu_test' as a test case name

This could be useful for very trivial proyects with just one test case.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/7523c2b685ca72ee3244eb24e320bf98e46db2a3..ca131d1f12146c2b2ff563e05468b4a0471f61b0:/mkmutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/ca131d1f12146c2b2ff563e05468b4a0471f61b0?f=mkmutest">H</a>] mkmutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/7523c2b685ca72ee3244eb24e320bf98e46db2a3..ca131d1f12146c2b2ff563e05468b4a0471f61b0:/py/mutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/ca131d1f12146c2b2ff563e05468b4a0471f61b0?f=py/mutest">H</a>] py/mutest</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Factor out get_fun() and get_val()</title>
<updated>2008-12-09T19:16:32Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</contributor>
<published>2008-12-09T19:16:32Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/7523c2b685ca72ee3244eb24e320bf98e46db2a3" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/7523c2b685ca72ee3244eb24e320bf98e46db2a3</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Factor out get_fun() and get_val()

Those are useful functions that can be used in other places outside
TestCase class. Now TestSuite class use them too.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/5ce20f06cfd85f7498652f86a4111ed6c456b9f9..7523c2b685ca72ee3244eb24e320bf98e46db2a3:/py/mutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/7523c2b685ca72ee3244eb24e320bf98e46db2a3?f=py/mutest">H</a>] py/mutest</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Factor out most C code from mkmutest to mutest.c</title>
<updated>2008-12-10T15:50:59Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</contributor>
<published>2008-12-10T15:50:59Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/5ce20f06cfd85f7498652f86a4111ed6c456b9f9" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/5ce20f06cfd85f7498652f86a4111ed6c456b9f9</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Factor out most C code from mkmutest to mutest.c

This makes easier to improve the tester code, without having to code it as
a shell script embedded string. Now the only generated code is the one
that runs the test suites. You can also implement your own test suites
execution function; just write it in a separated C module and don't use
the mkmutest generator.
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9..5ce20f06cfd85f7498652f86a4111ed6c456b9f9:/mkmutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/5ce20f06cfd85f7498652f86a4111ed6c456b9f9?f=mkmutest">H</a>] mkmutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9..5ce20f06cfd85f7498652f86a4111ed6c456b9f9:/mutest.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/5ce20f06cfd85f7498652f86a4111ed6c456b9f9?f=mutest.c">H</a>] mutest.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9..5ce20f06cfd85f7498652f86a4111ed6c456b9f9:/mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/5ce20f06cfd85f7498652f86a4111ed6c456b9f9?f=mutest.h">H</a>] mutest.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9..5ce20f06cfd85f7498652f86a4111ed6c456b9f9:/sample/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/5ce20f06cfd85f7498652f86a4111ed6c456b9f9?f=sample/Makefile">H</a>] sample/Makefile</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Add dynamic Python implementation</title>
<updated>2008-12-07T20:53:02Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</contributor>
<published>2008-12-07T20:53:02Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Add dynamic Python implementation

A new implementation is added. This implementation is dynamic. Test suites
must be compiled as dynamically linked shared objects (.so) and a Python
program (using ctypes module) inspects the shared objects, looking for
test cases, running them and collecting statistics.

The advantage of this implementation is that test suites are completely
isolated, name clashes between test suites can't be possible. The testing
program is completely decoupled from the test suites, and is less
&quot;hackish&quot;, in the sense that no code-generation is needed. You compile
your test suites as shared object, and run the tester on them, that's it.
Is much easier to extend too, since is implemented in Python.

The downside is that the test suites are less &quot;debuggeable&quot;, you can't
easily plug a gdb to see what's going on there (AFAIK).  tmp
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/6fa3862da83a93a63c025035d8e614eaac4f5cab..78b63d329c2e3bb185c0b78119ccb5fc5c0781b9:/py/mutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9?f=py/mutest">H</a>] py/mutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/6fa3862da83a93a63c025035d8e614eaac4f5cab..78b63d329c2e3bb185c0b78119ccb5fc5c0781b9:/py/mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9?f=py/mutest.h">H</a>] py/mutest.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/6fa3862da83a93a63c025035d8e614eaac4f5cab..78b63d329c2e3bb185c0b78119ccb5fc5c0781b9:/sample/.gitignore">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9?f=sample/.gitignore">H</a>] sample/.gitignore</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/6fa3862da83a93a63c025035d8e614eaac4f5cab..78b63d329c2e3bb185c0b78119ccb5fc5c0781b9:/sample/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9?f=sample/Makefile">H</a>] sample/Makefile</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/6fa3862da83a93a63c025035d8e614eaac4f5cab..78b63d329c2e3bb185c0b78119ccb5fc5c0781b9:/sample/README">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9?f=sample/README">H</a>] sample/README</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/6fa3862da83a93a63c025035d8e614eaac4f5cab..78b63d329c2e3bb185c0b78119ccb5fc5c0781b9:/sample/factorial_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9?f=sample/factorial_test.c">H</a>] sample/factorial_test.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/6fa3862da83a93a63c025035d8e614eaac4f5cab..78b63d329c2e3bb185c0b78119ccb5fc5c0781b9:/sample/sum_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/78b63d329c2e3bb185c0b78119ccb5fc5c0781b9?f=sample/sum_test.c">H</a>] sample/sum_test.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Initial import</title>
<updated>2008-12-06T16:45:14Z</updated>
<author>
  <name>Leandro Lucarella</name>
  <email>llucax@gmail.com</email>
</author>
<contributor>
  <name>Leandro Lucarella</name>
  <email>llucarella@integratech.com.ar</email>
</contributor>
<published>2008-12-06T16:45:14Z</published>
<link rel="alternate" type="text/html" href="http://git.llucax.com.ar/w/software/mutest.git/commitdiff/6fa3862da83a93a63c025035d8e614eaac4f5cab" />
<id>http://git.llucax.com.ar/w/software/mutest.git/commitdiff/6fa3862da83a93a63c025035d8e614eaac4f5cab</id>
<content type="xhtml" xml:base="http://git.llucax.com.ar/w">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Initial import
</pre><ul>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/LICENSE?fp=LICENSE">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=LICENSE">H</a>] LICENSE</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/mkmutest?fp=mkmutest">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=mkmutest">H</a>] mkmutest</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/mutest.h?fp=mutest.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=mutest.h">H</a>] mutest.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/sample/.gitignore?fp=sample/.gitignore">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=sample/.gitignore">H</a>] sample/.gitignore</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/sample/Makefile?fp=sample/Makefile">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=sample/Makefile">H</a>] sample/Makefile</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/sample/README?fp=sample/README">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=sample/README">H</a>] sample/README</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/sample/factorial.c?fp=sample/factorial.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=sample/factorial.c">H</a>] sample/factorial.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/sample/factorial.h?fp=sample/factorial.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=sample/factorial.h">H</a>] sample/factorial.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/sample/factorial_test.c?fp=sample/factorial_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=sample/factorial_test.c">H</a>] sample/factorial_test.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/sample/sum.c?fp=sample/sum.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=sample/sum.c">H</a>] sample/sum.c</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/sample/sum.h?fp=sample/sum.h">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=sample/sum.h">H</a>] sample/sum.h</li>
<li>[<a title="diff" href="http://git.llucax.com.ar/w/software/mutest.git/blobdiff/0000000000000000000000000000000000000000..6fa3862da83a93a63c025035d8e614eaac4f5cab:/sample/sum_test.c?fp=sample/sum_test.c">D</a><a title="history" href="http://git.llucax.com.ar/w/software/mutest.git/history/6fa3862da83a93a63c025035d8e614eaac4f5cab?f=sample/sum_test.c">H</a>] sample/sum_test.c</li>
</ul>
</div>
</content>
</entry>
</feed>

