Mercurial > hg > octave-kai > gnulib-hg
annotate modules/exp2f-ieee-tests @ 16623:898d3c91bae4
Tests for module 'exp2f-ieee'.
* modules/exp2f-ieee-tests: New file.
* tests/test-exp2f-ieee.c: New file.
* tests/test-exp2-ieee.h: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 09 Mar 2012 01:19:36 +0100 |
parents | |
children |
rev | line source |
---|---|
16623 | 1 Files: |
2 tests/test-exp2f-ieee.c | |
3 tests/test-exp2-ieee.h | |
4 tests/minus-zero.h | |
5 tests/infinity.h | |
6 tests/nan.h | |
7 tests/macros.h | |
8 | |
9 Depends-on: | |
10 isnanf-nolibm | |
11 float | |
12 signbit | |
13 | |
14 configure.ac: | |
15 | |
16 Makefile.am: | |
17 TESTS += test-exp2f-ieee | |
18 check_PROGRAMS += test-exp2f-ieee | |
19 test_exp2f_ieee_LDADD = $(LDADD) @EXP2F_LIBM@ |