Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/freopen-tests @ 15836:46afe93343fd
modf: Use a .m4 file.
* m4/modf.m4: New file.
* modules/modf (Files): Add it.
(configure.ac): Just invoke gl_FUNC_MODF.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 06 Oct 2011 01:21:12 +0200 |
parents | 1544d00cbf34 |
children |
rev | line source |
---|---|
9303 | 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 | 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 | 5 |
6 Depends-on: | |
15776
1544d00cbf34
fdopen: Support for MSVC 9.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
7 fdopen |
9303 | 8 |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 TESTS += test-freopen | |
13 check_PROGRAMS += test-freopen | |
14 |