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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9728
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-freadptr.c
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 lseek
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 unistd
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
f3b76d4b4922 Tests for module 'freadptr'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
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