summaryrefslogtreecommitdiff
path: root/modules/fcntl-safer
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-08-19 09:54:54 -0600
committerEric Blake <ebb9@byu.net>2009-08-19 10:12:14 -0600
commitfb8c836ade0d4ab8050c2c381795ce098b701115 (patch)
treee90b898e9f3a8037fd7f61ab019ecce694707bfe /modules/fcntl-safer
parenta8f637e3c49275e6789c05d67c1fbd1751e5610a (diff)
downloadgnulib-fb8c836ade0d4ab8050c2c381795ce098b701115.tar.gz
tests: test some of the *-safer modules
* modules/fopen-safer (Depends-on): Add fopen. * modules/fcntl-safer (Depends-on): Add fcntl. * modules/stdlib-safer (Depends-on): Add stdlib. (configure.ac): Set indicator. * modules/unistd-safer (configure.ac): Likewise. * modules/tmpfile-safer (configure.ac): Likewise. (Depends-on): Add tmpfile. * lib/stdio--.h (fopen, tmpfile): Don't override unless module is active. * tests/test-fopen.c (includes): Test safer versions when they are in use. * tests/test-open.c (includes): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/fcntl-safer')
-rw-r--r--modules/fcntl-safer1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/fcntl-safer b/modules/fcntl-safer
index 253b76b447..b9da466083 100644
--- a/modules/fcntl-safer
+++ b/modules/fcntl-safer
@@ -10,6 +10,7 @@ m4/fcntl-safer.m4
m4/mode_t.m4
Depends-on:
+fcntl
open
unistd-safer