strtoumax: fix typo in previous commit.
[gnulib.git] / modules / fma-tests
1 Files:
2 tests/test-fma1.c
3 tests/test-fma1.h
4 tests/test-fma2.c
5 tests/test-fma2.h
6 tests/infinity.h
7 tests/nan.h
8 tests/signature.h
9 tests/macros.h
10 lib/float+.h
11
12 Depends-on:
13 float
14 isnand-nolibm
15 ldexp
16
17 configure.ac:
18
19 Makefile.am:
20 TESTS += test-fma1 test-fma2
21 check_PROGRAMS += test-fma1 test-fma2
22 test_fma1_LDADD = $(LDADD) @FMA_LIBM@
23 test_fma2_LDADD = $(LDADD) @FMA_LIBM@ @LDEXP_LIBM@