blob: 4143138da608bf1a96757af0d2b019d11f9aa65d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Files:
tests/test-ftell.c
tests/test-ftell.sh
tests/test-ftell2.sh
tests/test-ftell3.c
tests/signature.h
tests/macros.h
m4/ungetc.m4
Depends-on:
binary-io
configure.ac:
gl_FUNC_UNGETC_WORKS
Makefile.am:
TESTS += test-ftell.sh test-ftell2.sh test-ftell3
check_PROGRAMS += test-ftell test-ftell3
MOSTLYCLEANFILES += t-ftell3.tmp
|