annotate modules/ilogbl-tests @ 17476:6057744acd2c default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 16 Aug 2013 06:32:22 -0700 (2013-08-16)
parents b7e51494f180
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16769
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-ilogbl.c
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-ilogb.h
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/minus-zero.h
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/infinity.h
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/nan.h
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 tests/signature.h
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 tests/macros.h
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 tests/randoml.c
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Depends-on:
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 TESTS += test-ilogbl
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 check_PROGRAMS += test-ilogbl
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 test_ilogbl_SOURCES = test-ilogbl.c randoml.c
b7e51494f180 Tests for module 'ilogbl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 test_ilogbl_LDADD = $(LDADD) @ILOGBL_LIBM@