annotate modules/log2l-tests @ 16681:14592d8d106b

Tests for module 'log2l'. * modules/log2l-tests: New file. * tests/test-log2l.c: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Mar 2012 20:50:40 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16681
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-log2l.c
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-log2.h
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/minus-zero.h
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/signature.h
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/macros.h
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 tests/randoml.c
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 fpucw
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 float
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 TESTS += test-log2l
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 check_PROGRAMS += test-log2l
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 test_log2l_SOURCES = test-log2l.c randoml.c
14592d8d106b Tests for module 'log2l'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 test_log2l_LDADD = $(LDADD) @LOG2L_LIBM@