mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
23 lines
324 B
Plaintext
23 lines
324 B
Plaintext
Files:
|
|
tests/test-trunc1.c
|
|
tests/test-trunc2.c
|
|
tests/nan.h
|
|
|
|
Depends-on:
|
|
float
|
|
isnand-nolibm
|
|
stdbool
|
|
stdint
|
|
fprintf-posix
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-trunc1 test-trunc2
|
|
check_PROGRAMS += test-trunc1 test-trunc2
|
|
test_trunc1_LDADD = $(LDADD) @TRUNC_LIBM@
|
|
test_trunc2_LDADD = $(LDADD) @TRUNC_LIBM@
|
|
|
|
License:
|
|
LGPL
|