annotate modules/fseeko-tests @ 11215:92a6ab18ea18

tests: skip fseek/ftell tests if ungetc is broken * m4/ungetc.m4: New file. * modules/fseek-tests: Split test, so ungetc dependency is separate from rest of test. * modules/fseeko-tests: Likewise. * modules/ftell-tests: Likewise. * modules/ftello-tests: Likewise. * tests/test-fseek.c (main): Isolate ungetc dependency. * tests/test-fseeko.c (main): Likewise. * tests/test-ftell.c (main): Likewise. * tests/test-ftello.c (main): Likewise. * tests/test-fseek2.sh: New file. * tests/test-fseeko2.sh: Likewise. * tests/test-ftell2.sh: Likewise. * tests/test-ftello2.sh: Likewise.
author Eric Blake <ebb9@byu.net>
date Wed, 25 Feb 2009 07:42:31 -0700
parents afba4e078ebc
children 33ab12a7cea2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8709
4ff5aa3e64d4 Tests for module 'fseeko'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
4ff5aa3e64d4 Tests for module 'fseeko'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-fseeko.c
8868
90e71310a07f Fix fseeko/ftello on cygwin 1.5.24.
Eric Blake <ebb9@byu.net>
parents: 8709
diff changeset
3 tests/test-fseeko.sh
11215
92a6ab18ea18 tests: skip fseek/ftell tests if ungetc is broken
Eric Blake <ebb9@byu.net>
parents: 9284
diff changeset
4 tests/test-fseeko2.sh
92a6ab18ea18 tests: skip fseek/ftell tests if ungetc is broken
Eric Blake <ebb9@byu.net>
parents: 9284
diff changeset
5 m4/ungetc.m4
8709
4ff5aa3e64d4 Tests for module 'fseeko'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
4ff5aa3e64d4 Tests for module 'fseeko'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
4ff5aa3e64d4 Tests for module 'fseeko'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
4ff5aa3e64d4 Tests for module 'fseeko'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 configure.ac:
11215
92a6ab18ea18 tests: skip fseek/ftell tests if ungetc is broken
Eric Blake <ebb9@byu.net>
parents: 9284
diff changeset
10 gl_FUNC_UNGETC_WORKS
8709
4ff5aa3e64d4 Tests for module 'fseeko'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
4ff5aa3e64d4 Tests for module 'fseeko'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Makefile.am:
11215
92a6ab18ea18 tests: skip fseek/ftell tests if ungetc is broken
Eric Blake <ebb9@byu.net>
parents: 9284
diff changeset
13 TESTS += test-fseeko.sh test-fseeko2.sh
8868
90e71310a07f Fix fseeko/ftello on cygwin 1.5.24.
Eric Blake <ebb9@byu.net>
parents: 8709
diff changeset
14 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
8709
4ff5aa3e64d4 Tests for module 'fseeko'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 check_PROGRAMS += test-fseeko