summaryrefslogtreecommitdiff
path: root/modules/fopen-safer-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-08-20 23:19:20 -0600
committerEric Blake <ebb9@byu.net>2009-08-21 07:00:48 -0600
commit41fc74b9ab67321453d103d056a6e8eb8897042a (patch)
tree9b945320f48c46a6a2b3c95ff98b2d5ec2ac3e81 /modules/fopen-safer-tests
parent4bd86a4de354c84ed23d3533feb649cf7de1e413 (diff)
downloadgnulib-41fc74b9ab67321453d103d056a6e8eb8897042a.tar.gz
test-fopen-safer: split from test-fopen
* tests/test-fopen.c (main): Move... * tests/test-fopen.h: ...into new file. * tests/test-fopen-safer.c: New file. * modules/fopen-tests (Files): Add test-fopen.h. * modules/fopen-safer-tests: New file. Suggested by Bruno Haible. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/fopen-safer-tests')
-rw-r--r--modules/fopen-safer-tests11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/fopen-safer-tests b/modules/fopen-safer-tests
new file mode 100644
index 0000000000..21116e60ec
--- /dev/null
+++ b/modules/fopen-safer-tests
@@ -0,0 +1,11 @@
+Files:
+tests/test-fopen.h
+tests/test-fopen-safer.c
+
+Depends-on:
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-fopen-safer
+check_PROGRAMS += test-fopen-safer