bootstrap: Avoid failure when gnulib-tool removed gettext.m4.
[gnulib.git] / modules / frexpf-tests
blob7d92de13b7c1cecc5b9b87007c018c432d0aa9f4
1 Files:
2 tests/test-frexpf.c
3 tests/test-frexp.h
4 tests/minus-zero.h
5 tests/infinity.h
6 tests/signature.h
7 tests/macros.h
8 tests/randomf.c
10 Depends-on:
11 isnanf-nolibm
12 nan
13 signbit
15 configure.ac:
17 Makefile.am:
18 TESTS += test-frexpf
19 check_PROGRAMS += test-frexpf
20 test_frexpf_SOURCES = test-frexpf.c randomf.c
21 test_frexpf_LDADD = $(LDADD) @FREXPF_LIBM@