mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
23 lines
334 B
Plaintext
23 lines
334 B
Plaintext
Files:
|
|
tests/test-truncf1.c
|
|
tests/test-truncf2.c
|
|
tests/nan.h
|
|
|
|
Depends-on:
|
|
float
|
|
isnanf-nolibm
|
|
stdbool
|
|
stdint
|
|
fprintf-posix
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-truncf1 test-truncf2
|
|
check_PROGRAMS += test-truncf1 test-truncf2
|
|
test_truncf1_LDADD = $(LDADD) @TRUNCF_LIBM@
|
|
test_truncf2_LDADD = $(LDADD) @TRUNCF_LIBM@
|
|
|
|
License:
|
|
LGPL
|