mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
19 lines
308 B
Plaintext
19 lines
308 B
Plaintext
Files:
|
|
tests/test-signbit.c
|
|
m4/exponentf.m4
|
|
m4/exponentd.m4
|
|
m4/exponentl.m4
|
|
|
|
Depends-on:
|
|
float
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_FLOAT_EXPONENT_LOCATION])
|
|
AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
|
|
AC_REQUIRE([gl_LONG_DOUBLE_EXPONENT_LOCATION])
|
|
|
|
Makefile.am:
|
|
TESTS += test-signbit
|
|
check_PROGRAMS += test-signbit
|
|
|