Mercurial > hg > octave-kai > gnulib-hg
annotate modules/isnanf-tests @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | c0565d2cba32 |
children | 108bbfd6f03b |
rev | line source |
---|---|
10266 | 1 Files: |
2 tests/test-isnanf.c | |
3 tests/test-isnanf.h | |
4 tests/nan.h | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
10266
diff
changeset
|
5 tests/macros.h |
10266 | 6 |
7 Depends-on: | |
8 | |
9 configure.ac: | |
10 gl_FLOAT_EXPONENT_LOCATION | |
11 | |
12 Makefile.am: | |
13 TESTS += test-isnanf | |
14 check_PROGRAMS += test-isnanf | |
15 test_isnanf_LDADD = $(LDADD) @ISNANF_LIBM@ | |
16 |