1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/getentropy-tests
Bruno Haible 353a6ecc8b getrandom: Rename LIB_GETRANDOM to GETRANDOM_LIB.
* m4/getrandom.m4: Rename LIB_GETRANDOM to GETRANDOM_LIB.
All uses changed.
* NEWS: Mention the change.
2023-01-07 18:06:51 +01:00

14 lines
215 B
Plaintext

Files:
tests/test-getentropy.c
tests/signature.h
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-getentropy
check_PROGRAMS += test-getentropy
test_getentropy_LDADD = $(LDADD) $(GETRANDOM_LIB)