Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/frexpl-nolibm-tests @ 16608:33400f2acfe2
frexp-nolibm, frexpl-nolibm tests: Fix bug introduced on 2012-03-03.
* modules/frexp-nolibm-tests (Files): Add tests/test-frexp.h,
tests/randomd.c.
(Makefile.am): Add randomd.c to test_frexp_nolibm_SOURCES.
* modules/frexpl-nolibm-tests (Files): Add tests/test-frexp.h,
tests/randoml.c.
(Makefile.am): Add randoml.c to test_frexpl_nolibm_SOURCES.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Thu, 08 Mar 2012 04:23:53 +0100 |
parents | 328819af1c02 |
children |
rev | line source |
---|---|
8828
c7386549da0d
Tests for module 'frexpl-nolibm'.
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-frexpl.c |
16608
33400f2acfe2
frexp-nolibm, frexpl-nolibm tests: Fix bug introduced on 2012-03-03.
Jim Meyering <meyering@redhat.com>
parents:
15595
diff
changeset
|
3 tests/test-frexp.h |
13834
108bbfd6f03b
frexp, tests: work around ICC bug with -zero
Eric Blake <eblake@redhat.com>
parents:
12521
diff
changeset
|
4 tests/minus-zero.h |
15595
328819af1c02
Support for MSVC compiler: Avoid division by a literal 0.
Bruno Haible <bruno@clisp.org>
parents:
13834
diff
changeset
|
5 tests/infinity.h |
13834
108bbfd6f03b
frexp, tests: work around ICC bug with -zero
Eric Blake <eblake@redhat.com>
parents:
12521
diff
changeset
|
6 tests/nan.h |
12489 | 7 tests/signature.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
8 tests/macros.h |
16608
33400f2acfe2
frexp-nolibm, frexpl-nolibm tests: Fix bug introduced on 2012-03-03.
Jim Meyering <meyering@redhat.com>
parents:
15595
diff
changeset
|
9 tests/randoml.c |
8828
c7386549da0d
Tests for module 'frexpl-nolibm'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 |
c7386549da0d
Tests for module 'frexpl-nolibm'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 Depends-on: |
c7386549da0d
Tests for module 'frexpl-nolibm'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 fpucw |
c7386549da0d
Tests for module 'frexpl-nolibm'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 isnanl-nolibm |
c7386549da0d
Tests for module 'frexpl-nolibm'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 signbit |
c7386549da0d
Tests for module 'frexpl-nolibm'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 |
c7386549da0d
Tests for module 'frexpl-nolibm'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 configure.ac: |
c7386549da0d
Tests for module 'frexpl-nolibm'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 |
c7386549da0d
Tests for module 'frexpl-nolibm'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 Makefile.am: |
10811
737615218fc6
Avoid generating same test program with two different rules.
Bruno Haible <bruno@clisp.org>
parents:
8828
diff
changeset
|
19 TESTS += test-frexpl-nolibm |
737615218fc6
Avoid generating same test program with two different rules.
Bruno Haible <bruno@clisp.org>
parents:
8828
diff
changeset
|
20 check_PROGRAMS += test-frexpl-nolibm |
16608
33400f2acfe2
frexp-nolibm, frexpl-nolibm tests: Fix bug introduced on 2012-03-03.
Jim Meyering <meyering@redhat.com>
parents:
15595
diff
changeset
|
21 test_frexpl_nolibm_SOURCES = test-frexpl.c randoml.c |