summaryrefslogtreecommitdiffstats
path: root/source/d/check/slack-desc
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-11-17 22:07:53 +0000
committer Eric Hameleers <alien@slackware.com>2019-11-18 08:59:48 +0100
commit8a57cac1b7b766e492bdce5af37fed3386e3bc1a (patch)
tree2f278ebcf673e620a54b69169440bc035256a6ac /source/d/check/slack-desc
parenta8edf862caf8a3d09bc742a80d8c217ee8ab2da6 (diff)
downloadcurrent-8a57cac1b7b766e492bdce5af37fed3386e3bc1a.tar.gz
current-8a57cac1b7b766e492bdce5af37fed3386e3bc1a.tar.xz
Sun Nov 17 22:07:53 UTC 201920191117220753
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.
Diffstat (limited to 'source/d/check/slack-desc')
-rw-r--r--source/d/check/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/source/d/check/slack-desc b/source/d/check/slack-desc
new file mode 100644
index 000000000..fe4c716cb
--- /dev/null
+++ b/source/d/check/slack-desc
@@ -0,0 +1,19 @@
+# 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: