Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/lseek-tests @ 16749:2c1499f688aa
logf-ieee: Fix test whether logf works.
* m4/logf.m4 (gl_FUNC_LOGF): Fix typo in test program.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 01 Apr 2012 19:31:01 +0200 |
parents | 03aab12b3f15 |
children |
rev | line source |
---|---|
8872 | 1 Files: |
2 tests/test-lseek.c | |
3 tests/test-lseek.sh | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
5 tests/macros.h |
8872 | 6 |
7 Depends-on: | |
8 | |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 TESTS += test-lseek.sh | |
13 check_PROGRAMS += test-lseek |