frexp* tests: Refactor.
[gnulib.git] / modules / frexp-tests
1 Files:
2 tests/test-frexp.c
3 tests/test-frexp.h
4 tests/minus-zero.h
5 tests/infinity.h
6 tests/nan.h
7 tests/signature.h
8 tests/macros.h
9
10 Depends-on:
11 isnand-nolibm
12 signbit
13
14 configure.ac:
15
16 Makefile.am:
17 TESTS += test-frexp
18 check_PROGRAMS += test-frexp
19 test_frexp_LDADD = $(LDADD) @FREXP_LIBM@