annotate modules/freopen-tests @ 15042:8e387f7f0bf9

memrchr: Move AC_LIBOBJ invocations to module description. * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Call AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_MEMRCHR invocations from here... * modules/memrchr (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 15:25:34 +0200
parents a48d3d749ca5
children 1544d00cbf34
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9303
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
2 tests/test-freopen.c
12489
33ab12a7cea2 tests: add signature checks
Eric Blake <ebb9@byu.net>
parents: 9303
diff changeset
3 tests/signature.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
4 tests/macros.h
9303
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 configure.ac:
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Makefile.am:
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 TESTS += test-freopen
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 check_PROGRAMS += test-freopen
136d24950879 Test for module 'freopen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13