check 0.15.2-ok1 source package in openKylin
Changelog
check (0.15.2-ok1) yangtze; urgency=medium * Build for openKylin. -- denghao <email address hidden> Fri, 10 Feb 2023 16:45:32 +0800
check (0.15.2-ok1) yangtze; urgency=medium * Build for openKylin. -- denghao <email address hidden> Fri, 10 Feb 2023 16:45:32 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
check_0.15.2.orig.tar.gz | 756.8 KiB | a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a |
check_0.15.2-ok1.debian.tar.xz | 16.6 KiB | 6f2ec3129c201d96b1090bb783d55dbe7277855f871054e28ee3bc0981312c79 |
check_0.15.2-ok1.dsc | 1.7 KiB | 212be0a86f0bb323d8ccb1b1a4f90d95dc48e66fa808334ea0c04e31f864c532 |
Check 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.