Mercurial > hg > octave-nkf > gnulib-hg
comparison modules/log1p-ieee-tests @ 16664:92f52e3b83ea
Tests for module 'log1p-ieee'.
* modules/log1p-ieee-tests: New file.
* tests/test-log1p-ieee.c: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 11 Mar 2012 00:54:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16663:e9985814a916 | 16664:92f52e3b83ea |
---|---|
1 Files: | |
2 tests/test-log1p-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 isnand-nolibm | |
11 float | |
12 signbit | |
13 | |
14 configure.ac: | |
15 | |
16 Makefile.am: | |
17 TESTS += test-log1p-ieee | |
18 check_PROGRAMS += test-log1p-ieee | |
19 test_log1p_ieee_LDADD = $(LDADD) @LOG1P_LIBM@ |