1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] This copyright note is auto-generated by scripts/Create-CopyPatch.
4 [COPY] T2 SDE: package/*/check/check.desc
5 [COPY] Copyright (C) 2010 - 2021 The T2 SDE Project
7 [COPY] More information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License as published by
11 [COPY] the Free Software Foundation; version 2 of the License. A copy of the
12 [COPY] GNU General Public License can be found in the file COPYING.
13 [COPY] --- T2-COPYRIGHT-NOTE-END ---
15 [I] A unit testing framework for C
17 [T] Check is a unit testing framework for C. It features a simple
18 [T] interface for defining unit tests, putting little in the way of the
19 [T] developer. Tests are run in a separate address space, so Check can
20 [T] catch both assertion failures and code errors that cause segmentation
21 [T] faults or other signals. The output from unit tests can be used within
22 [T] source code editors and IDEs.
24 [U] http://check.sourceforge.net/
26 [A] Chris Pickett <EMAIL>
27 [M] Roger Mason <rmason@mun.ca>
34 [P] X -----5---9 135.800
36 [D] 9b9b62cd310c7a3d7a9804995a66c2f719ff97e1fef31cac97d90d9c check-0.15.2.tar.gz https://github.com/libcheck/check/releases/download/0.15.2/