summaryrefslogtreecommitdiff
path: root/modules/floor-tests
blob: c57c3c9eccbe6fc667da5e2fb6c25dc07bdb5025 (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-floor1.c
tests/test-floor2.c
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/signature.h
tests/macros.h

Depends-on:
float
isnand-nolibm
stdbool
stdint

configure.ac:

Makefile.am:
TESTS += test-floor1 test-floor2
check_PROGRAMS += test-floor1 test-floor2
test_floor1_LDADD = $(LDADD) @FLOOR_LIBM@
test_floor2_LDADD = $(LDADD) @FLOOR_LIBM@