summaryrefslogtreecommitdiff
path: root/modules/dirent-safer-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-25 16:06:48 -0700
committerEric Blake <ebb9@byu.net>2009-12-26 11:03:54 -0700
commit9a3454362bbd242121df2ba63aef92fc96a1e390 (patch)
tree9f18767510e5dcd7e8a6b20b358582882d53b119 /modules/dirent-safer-tests
parenta93454a87ee0ea0bcd92ea55c1eb87330119d438 (diff)
downloadgnulib-9a3454362bbd242121df2ba63aef92fc96a1e390.tar.gz
tests: use macros.h in more places
Make the ASSERT macro a bit more reusable. * tests/macros.h (ASSERT): Depend on ASSERT_STREAM. (ASSERT_STREAM): Provide default of stderr. * tests/test-dirent-safer.c: Include macros.h, using alternate stream for assertions. * tests/test-dup-safer.c: Likewise. * tests/test-freopen-safer.c: Likewise. * tests/test-getopt.c: Likewise. * tests/test-openat-safer.c: Likewise. * tests/test-pipe.c: Likewise. * tests/test-popen-safer.c: Likewise. * modules/dirent-safer-tests (Files): Include macros.h. * modules/unistd-safer-tests (Files): Likewise. * modules/freopen-safer-tests (Files): Likewise. * modules/getopt-posix-tests (Files): Likewise. * modules/openat-safer-tests (Files): Likewise. * modules/pipe-tests (Files): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/dirent-safer-tests')
-rw-r--r--modules/dirent-safer-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dirent-safer-tests b/modules/dirent-safer-tests
index da87778917..2bc95933fd 100644
--- a/modules/dirent-safer-tests
+++ b/modules/dirent-safer-tests
@@ -1,5 +1,6 @@
Files:
tests/test-dirent-safer.c
+tests/macros.h
Depends-on:
dup2