1Files:
2tests/test-ldexpl.c
3tests/test-ldexp.h
4tests/minus-zero.h
5tests/infinity.h
6tests/nan.h
7tests/signature.h
8tests/macros.h
9tests/randoml.c
10
11Depends-on:
12fpucw
13isnanl-nolibm
14signbit
15float
16
17configure.ac:
18
19Makefile.am:
20TESTS += test-ldexpl
21check_PROGRAMS += test-ldexpl
22test_ldexpl_SOURCES = test-ldexpl.c randoml.c
23test_ldexpl_LDADD = $(LDADD) @LDEXPL_LIBM@
24