modules/spawn-tests


Log

Author Commit Date CI Message
Bruno Haible 01b63fe9 2010-03-28T19:07:33 Split C++ tests into separate tests modules.
Bruno Haible b2be46bf 2010-03-19T02:01:17 Fix link errors on Solaris 8.
Bruno Haible 4004be01 2010-03-08T02:42:34 Tests of module 'spawn' in C++ mode.
Eric Blake 2233a5df 2009-12-29T17:01:09 tests: test more substitute headers 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>