mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* 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>
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
Files:
|
|
tests/test-ftell.c
|
|
tests/test-ftell.sh
|
|
|
|
Depends-on:
|
|
binary-io
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-ftell.sh
|
|
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
|
|
check_PROGRAMS += test-ftell
|