Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / floorf-tests
blob8e7004368831e01d6f06aa61e13e8df097d3af54
1 Files:
2 tests/test-floorf1.c
3 tests/test-floorf2.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 isnanf-nolibm
13 stdbool
14 stdint
16 configure.ac:
18 Makefile.am:
19 TESTS += test-floorf1 test-floorf2
20 check_PROGRAMS += test-floorf1 test-floorf2
21 test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@
22 test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@