summaryrefslogtreecommitdiff
path: root/modules/sys_random-c++-tests
blob: 3c006edb7ef7f4619d99f0df7b56392238182b28 (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) $(GETRANDOM_LIB)
endif