* move libffi to base/ Category
[t2sde.git] / package / develop / check / check.desc
blob80e72a529190a04a130674166b399c46f83490ee
1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/check/check.desc
3 [COPY] Copyright (C) 2010 - 2025 The T2 SDE Project
4 [COPY] SPDX-License-Identifier: GPL-2.0
5 [COPY] --- T2-COPYRIGHT-END ---
7 [I] A unit testing framework for C
9 [T] Check is a unit testing framework for C. It features a simple
10 [T] interface for defining unit tests, putting little in the way of the
11 [T] developer. Tests are run in a separate address space, so Check can
12 [T] catch both assertion failures and code errors that cause segmentation
13 [T] faults or other signals. The output from unit tests can be used within
14 [T] source code editors and IDEs.
16 [U] https://libcheck.github.io/check/
18 [A] Chris Pickett <EMAIL>
19 [M] Roger Mason <rmason@mun.ca>
21 [C] extra/development
22 [F] CROSS NO-LTO.gcc
24 [L] LGPL
25 [S] Beta
26 [V] 0.15.2
27 [P] X -----5---9 135.800
29 [D] 9b9b62cd310c7a3d7a9804995a66c2f719ff97e1fef31cac97d90d9c check-0.15.2.tar.gz https://github.com/libcheck/check/releases/download/0.15.2/