Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/freadptr-tests @ 13415:a884db63982b
Avoid some more warnings from "gcc -Wwrite-strings".
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 11 Jun 2010 21:17:11 +0200 |
parents | 03aab12b3f15 |
children |
rev | line source |
---|---|
9728 | 1 Files: |
2 tests/test-freadptr.c | |
3 tests/test-freadptr.sh | |
9779
569a44f4dd4d
Extend freadptr to return also the buffer size.
Bruno Haible <bruno@clisp.org>
parents:
9728
diff
changeset
|
4 tests/test-freadptr2.c |
569a44f4dd4d
Extend freadptr to return also the buffer size.
Bruno Haible <bruno@clisp.org>
parents:
9728
diff
changeset
|
5 tests/test-freadptr2.sh |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9779
diff
changeset
|
6 tests/macros.h |
9728 | 7 |
8 Depends-on: | |
9 lseek | |
10 unistd | |
11 | |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
9779
569a44f4dd4d
Extend freadptr to return also the buffer size.
Bruno Haible <bruno@clisp.org>
parents:
9728
diff
changeset
|
15 TESTS += test-freadptr.sh test-freadptr2.sh |
569a44f4dd4d
Extend freadptr to return also the buffer size.
Bruno Haible <bruno@clisp.org>
parents:
9728
diff
changeset
|
16 check_PROGRAMS += test-freadptr test-freadptr2 |