wok diff check/description.txt @ rev 25056
linux-wireless: add r8192ee.ko & rtl8821ae.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 10:49:51 2022 +0000 (2022-06-06) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/check/description.txt Mon Jun 06 10:49:51 2022 +0000 1.3 @@ -0,0 +1,8 @@ 1.4 +Check is a unit testing framework for C. 1.5 +It features a simple interface for defining unit tests, putting 1.6 +little in the way of the developer. 1.7 +Tests are run in a separate address space, so both assertion 1.8 +failures and code errors that cause segmentation faults or other 1.9 +signals can be caught. 1.10 +Test results are reportable in the following: 1.11 +Subunit, TAP, XML, and a generic logging format.