Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/log1pf-ieee-tests @ 16662:db04d599c430
Tests for module 'log1pf-ieee'.
* modules/log1pf-ieee-tests: New file.
* tests/test-log1pf-ieee.c: New file.
* tests/test-log1p-ieee.h: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 11 Mar 2012 00:53:46 +0100 |
parents | |
children |
rev | line source |
---|---|
16662 | 1 Files: |
2 tests/test-log1pf-ieee.c | |
3 tests/test-log1p-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-log1pf-ieee | |
18 check_PROGRAMS += test-log1pf-ieee | |
19 test_log1pf_ieee_LDADD = $(LDADD) @LOG1PF_LIBM@ |