annotate modules/nextafter-tests @ 15118:50a0061f67fe

strtoimax: Move AC_LIBOBJ invocations to module description. * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Call AC_CHECK_FUNCS instead of AC_REPLACE_FUNCS. Move AC_LIBOBJ and gl_PREREQ_STRTOIMAX invocations from here... * modules/strtoimax (configure.ac): ... to here.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 14:16:25 +0200
parents 62ac443b2502
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12802
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-nextafter.c
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/signature.h
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/macros.h
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 configure.ac:
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Makefile.am:
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 TESTS += test-nextafter
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 check_PROGRAMS += test-nextafter
62ac443b2502 Tests for module 'nextafter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 test_nextafter_LDADD = $(LDADD) @NEXTAFTER_LIBM@