annotate modules/freadptr-tests @ 18079:4c948fd76734 default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 24 Aug 2015 06:09:19 -0700 (2015-08-24)
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