summaryrefslogtreecommitdiff
path: root/modules/dirent-tests
Commit message (Collapse)AuthorAgeFilesLines
* Split C++ tests into separate tests modules.Bruno Haible2010-03-281-9/+1
|
* Fix link errors on Solaris 8.Bruno Haible2010-03-201-1/+1
|
* Tests of module 'dirent' in C++ mode.Bruno Haible2010-03-081-0/+9
|
* Fix test-dirent-safer link error. Correct last commit.Bruno Haible2010-03-071-1/+0
|
* Fix test-dirent link error.Bruno Haible2010-03-071-0/+1
|
* 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>