1Files: 2tests/test-ceil1.c 3tests/test-ceil2.c 4tests/minus-zero.h 5tests/infinity.h 6tests/nan.h 7tests/signature.h 8tests/macros.h 9 10Depends-on: 11float 12isnand-nolibm 13stdbool 14stdint 15 16configure.ac: 17 18Makefile.am: 19TESTS += test-ceil1 test-ceil2 20check_PROGRAMS += test-ceil1 test-ceil2 21test_ceil1_LDADD = $(LDADD) @CEIL_LIBM@ 22test_ceil2_LDADD = $(LDADD) @CEIL_LIBM@ 23