blob: 5b3c505fd4836da0d61fa0d77f6eb36eb53970a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Files:
tests/test-sys_random-c++.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-sys_random-c++
check_PROGRAMS += test-sys_random-c++
test_sys_random_c___SOURCES = test-sys_random-c++.cc
test_sys_random_c___LDADD = $(LDADD) $(LIB_GETRANDOM)
endif
|