posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / ceil-tests
blob4051d1c25602e99dc4ea2605898ca11e8dba4ae0
1 Files:
2 tests/test-ceil1.c
3 tests/test-ceil2.c
4 tests/minus-zero.h
5 tests/infinity.h
6 tests/nan.h
7 tests/signature.h
8 tests/macros.h
10 Depends-on:
11 float
12 isnand-nolibm
13 stdbool
14 stdint
16 configure.ac:
18 Makefile.am:
19 TESTS += test-ceil1 test-ceil2
20 check_PROGRAMS += test-ceil1 test-ceil2
21 test_ceil1_LDADD = $(LDADD) @CEIL_LIBM@
22 test_ceil2_LDADD = $(LDADD) @CEIL_LIBM@