mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
20 lines
300 B
Plaintext
20 lines
300 B
Plaintext
Files:
|
|
tests/test-log2l.c
|
|
tests/test-log2.h
|
|
tests/minus-zero.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randoml.c
|
|
|
|
Depends-on:
|
|
fpucw
|
|
float
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-log2l
|
|
check_PROGRAMS += test-log2l
|
|
test_log2l_SOURCES = test-log2l.c randoml.c
|
|
test_log2l_LDADD = $(LDADD) @LOG2L_LIBM@
|