summaryrefslogtreecommitdiff
path: root/modules/sys_wait-tests
Commit message (Collapse)AuthorAgeFilesLines
* More tests for module 'sys_wait'.Bruno Haible2010-09-291-0/+1
| | | | | * modules/sys_wait-tests (Depends-on): Add sys_wait-c++-tests. Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>.
* stdlib tests: Avoid code duplication.Bruno Haible2010-09-261-0/+1
| | | | | | | | | | * modules/stdlib-tests (Files): Add tests/test-sys_wait.h. * modules/sys_wait-tests (Files): Likewise. * tests/test-sys_wait.h: New file, extracted from tests/test-stdlib.c. * tests/test-stdlib.c: Include test-sys_wait.h. (main): Invoke test_sys_wait_macros. * tests/test-sys_wait.c: Include test-sys_wait.h. (main): Invoke test_sys_wait_macros.
* tests: test more substitute headersEric Blake2009-12-291-0/+10
Add tests of common headers, in preparation of always providing a gnulib wrapper (for improved LINK_WARNING support). * modules/ctype-tests: New file. * modules/dirent-tests: Likewise. * modules/spawn-tests: Likewise. * modules/sys_file-tests: Likewise. * modules/sys_ioctl-tests: Likewise. * modules/sys_wait-tests: Likewise. * tests/test-ctype.c: Likewise. * tests/test-dirent.c: Likewise. * tests/test-spawn.c: Likewise. * tests/test-sys_file.c: Likewise. * tests/test-sys_ioctl.c: Likewise. * tests/test-sys_wait.c: Likewise. * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing. * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide whether or not flock is in use. Signed-off-by: Eric Blake <ebb9@byu.net>