annotate modules/expm1-tests @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents 199ab6e5373c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16582
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-expm1.c
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-expm1.h
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/signature.h
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/macros.h
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/randomd.c
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 Makefile.am:
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 TESTS += test-expm1
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 check_PROGRAMS += test-expm1
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 test_expm1_SOURCES = test-expm1.c randomd.c
199ab6e5373c Tests for module 'expm1'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 test_expm1_LDADD = $(LDADD) @EXPM1_LIBM@