blob: f384698d807d4ae451806ea4ec3d704d4c38a757 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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)
|