summaryrefslogtreecommitdiff
path: root/modules/ctype-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-29 17:01:09 -0700
committerEric Blake <ebb9@byu.net>2009-12-29 20:55:40 -0700
commit2233a5dfb90328805fea25b6ff386f1be8e172f6 (patch)
tree0b2c8c9f6c3d40ab4510b52547c6035e5740c942 /modules/ctype-tests
parentedc6ae6158ec6c611538d4093a10012c9c283f29 (diff)
downloadgnulib-2233a5dfb90328805fea25b6ff386f1be8e172f6.tar.gz
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>
Diffstat (limited to 'modules/ctype-tests')
-rw-r--r--modules/ctype-tests10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/ctype-tests b/modules/ctype-tests
new file mode 100644
index 0000000000..4b9f4af870
--- /dev/null
+++ b/modules/ctype-tests
@@ -0,0 +1,10 @@
+Files:
+tests/test-ctype.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-ctype
+check_PROGRAMS += test-ctype