summaryrefslogtreecommitdiff
path: root/modules/sigprocmask-tests
Commit message (Collapse)AuthorAgeFilesLines
* sigprocmask tests: A better way to avoid a compiler warning.Bruno Haible2011-07-091-1/+0
| | | | | | * tests/test-sigprocmask.c: Don't include "ignore-value.h". (main): Complain if system() returns non-zero. * modules/sigprocmask-tests (Depends-on): Remove ignore-value.
* test-sigprocmask: avoid compiler warningEric Blake2011-07-081-0/+1
| | | | | | | | * modules/sigprocmask-tests (Depends-on): Add ignore-value. * tests/test-sigprocmask.c (main): Use it to silence warning. Reported by Jim Meyering. Signed-off-by: Eric Blake <eblake@redhat.com>
* Tests for module 'sigprocmask'.Bruno Haible2011-07-071-0/+13
* modules/sigprocmask-tests: New file. * tests/test-sigprocmask.c: New file.