posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / sys_random-c++-tests
blob5b3c505fd4836da0d61fa0d77f6eb36eb53970a2
1 Files:
2 tests/test-sys_random-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-sys_random-c++
16 check_PROGRAMS += test-sys_random-c++
17 test_sys_random_c___SOURCES = test-sys_random-c++.cc
18 test_sys_random_c___LDADD = $(LDADD) $(LIB_GETRANDOM)
19 endif