Mercurial > hg > octave-shane > gnulib-hg
annotate modules/ceil-tests @ 15187:8f6c698d0789
crc: Move AC_LIBOBJ invocations to module description.
* m4/crc.m4: Remove file.
* modules/crc (Files): Remove it.
(configure.ac): Remove gl_CRC call.
(Makefile.am): Augment lib_SOURCES.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 23 May 2011 22:51:09 +0200 |
parents | 0af73906c87a |
children | 328819af1c02 |
rev | line source |
---|---|
13975 | 1 Files: |
2 tests/test-ceil1.c | |
3 tests/test-ceil2.c | |
4 tests/minus-zero.h | |
5 tests/nan.h | |
6 tests/signature.h | |
7 tests/macros.h | |
8 | |
9 Depends-on: | |
10 float | |
11 isnand-nolibm | |
12 stdbool | |
13 stdint | |
14 | |
15 configure.ac: | |
16 | |
17 Makefile.am: | |
18 TESTS += test-ceil1 test-ceil2 | |
19 check_PROGRAMS += test-ceil1 test-ceil2 | |
20 test_ceil1_LDADD = $(LDADD) @CEIL_LIBM@ | |
21 test_ceil2_LDADD = $(LDADD) @CEIL_LIBM@ |