summaryrefslogtreecommitdiff
path: root/modules/ftell-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2008-03-29 16:55:56 -0600
committerEric Blake <ebb9@byu.net>2008-03-29 16:55:56 -0600
commit857523660ddabbf1e4bba1c6f5f322451991fa08 (patch)
treee30dc467c6e710763330b799c3e1bea33071c9fe /modules/ftell-tests
parent16e403776065fa5173be83ccf84004b287b72dc7 (diff)
downloadgnulib-857523660ddabbf1e4bba1c6f5f322451991fa08.tar.gz
Fix ftell on mingw.
* lib/ftell.c (EOVERFLOW): Define if the system lacks it. * modules/ftell-tests (Depends-on): Add binary-io. * modules/ftello-tests (Depends-on): Likewise. * tests/test-ftell.c (main): Enhance test to cover behavior after ungetc. Enforce binary mode. * tests/test-ftello.c (main): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/ftell-tests')
-rw-r--r--modules/ftell-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ftell-tests b/modules/ftell-tests
index 03fbf272ad..ad82ded0a2 100644
--- a/modules/ftell-tests
+++ b/modules/ftell-tests
@@ -3,6 +3,7 @@ tests/test-ftell.c
tests/test-ftell.sh
Depends-on:
+binary-io
configure.ac: