Mercurial > hg > octave-kai > gnulib-hg
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 |
rev | line source |
---|---|
8709 | 1 Files: |
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 | 6 |
7 Depends-on: | |
8 | |
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 | 11 |
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 | 15 check_PROGRAMS += test-fseeko |