19 lines
244 B
Plaintext
19 lines
244 B
Plaintext
Files:
|
|
tests/test-isnanf.c
|
|
tests/test-isnanf.h
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
nan
|
|
snan
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-isnanf
|
|
check_PROGRAMS += test-isnanf
|
|
test_isnanf_LDADD = $(LDADD) @ISNANF_LIBM@
|
|
|