mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-08-23 01:26:41 +00:00
aecb8f2dcc
* modules/log2-tests: New file. * tests/test-log2.c: New file. * tests/test-log2.h: New file.
18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
Files:
|
|
tests/test-log2.c
|
|
tests/test-log2.h
|
|
tests/minus-zero.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomd.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-log2
|
|
check_PROGRAMS += test-log2
|
|
test_log2_SOURCES = test-log2.c randomd.c
|
|
test_log2_LDADD = $(LDADD) @LOG2_LIBM@
|