summaryrefslogtreecommitdiff
path: root/modules/ldexp-tests
blob: 2db1a43a97fa51022d858373d76863756bd2463a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Files:
tests/test-ldexp.c
tests/test-ldexp.h
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/signature.h
tests/macros.h
tests/randomd.c

Depends-on:
isnand-nolibm
signbit
float

configure.ac:

Makefile.am:
TESTS += test-ldexp
check_PROGRAMS += test-ldexp
test_ldexp_SOURCES = test-ldexp.c randomd.c
test_ldexp_LDADD = $(LDADD) @LDEXP_LIBM@