check:update

This commit is contained in:
alihanozturk
2016-01-15 23:11:07 +02:00
parent 8d861cc193
commit fee7be63d0
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A unit test framework for C</Summary>
<Description>check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.</Description>
<Archive sha1sum="4b79e2d485d014ddb438e322b64235347d57b0ff" type="targz">mirrors://sourceforge/check/0.9.14/check-0.9.14.tar.gz</Archive>
<Archive sha1sum="35d3a53446aea7b21a770faedb358d0fc7cba76d" type="targz">mirrors://sourceforge/check/0.10.0/check-0.10.0.tar.gz</Archive>
</Source>
<Package>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="8">
<Date>2016-01-15</Date>
<Version>0.10.0</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-10-31</Date>
<Version>0.9.14</Version>