mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/exp2-tests: New file. * tests/test-exp2.c: New file. * tests/test-exp2.h: New file.
17 lines
262 B
Plaintext
17 lines
262 B
Plaintext
Files:
|
|
tests/test-exp2.c
|
|
tests/test-exp2.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
tests/randomd.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-exp2
|
|
check_PROGRAMS += test-exp2
|
|
test_exp2_SOURCES = test-exp2.c randomd.c
|
|
test_exp2_LDADD = $(LDADD) @EXP2_LIBM@
|