slackware-current/source/d/check/slack-desc
Patrick J Volkerding 8a57cac1b7 Sun Nov 17 22:07:53 UTC 2019
ap/qpdf-9.1.0-x86_64-1.txz:  Upgraded.
d/check-0.13.0-x86_64-1.txz:  Added.
  This is needed to build PulseAudio using Meson.
l/alsa-lib-1.2.1-x86_64-2.txz:  Rebuilt.
  Merge alsa-topology-conf-1.2.1 and alsa-ucm-conf-1.2.1 into the package.
l/pulseaudio-13.0-x86_64-2.txz:  Rebuilt.
  Rebuilt with meson. This causes esound support to be dropped, but it's
  likely that nobody will care.
l/pyparsing-2.4.5-x86_64-1.txz:  Upgraded.
extra/pure-alsa-system/alsa-lib-1.2.1-x86_64-2_alsa.txz:  Rebuilt.
  Merge alsa-topology-conf-1.2.1 and alsa-ucm-conf-1.2.1 into the package.
2019-11-18 08:59:48 +01:00

19 lines
972 B
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
check: check (unit test framework)
check:
check: Check is a unit test framework for C. It features a simple interface
check: for defining unit tests, putting little in the way of the developer.
check: Tests are run in a separate address space, so Check can catch both
check: assertion failures and code errors that cause segmentation faults or
check: other signals. The output from unit tests can be used within source
check: code editors and IDEs.
check:
check: Homepage: https://libcheck.github.io/check
check: