mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-22 09:06:25 +00:00
83f0b877ee
* modules/log1pl-tests: New file. * tests/test-log1pl.c: New file.
19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
Files:
|
|
tests/test-log1pl.c
|
|
tests/test-log1p.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randoml.c
|
|
|
|
Depends-on:
|
|
fpucw
|
|
float
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-log1pl
|
|
check_PROGRAMS += test-log1pl
|
|
test_log1pl_SOURCES = test-log1pl.c randoml.c
|
|
test_log1pl_LDADD = $(LDADD) @LOG1PL_LIBM@
|