1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/sys_random-h-c++-tests
Bruno Haible 05eea16ace Rename module sys_random to sys_random-h.
* modules/sys_random-h: Renamed from modules/sys_random.
* modules/sys_random-h-tests: Renamed from modules/sys_random-tests.
* modules/sys_random-h-c++-tests: Renamed from
modules/sys_random-c++-tests.
* tests/test-sys_random-h.c: Renamed from tests/test-sys_random.c.
* tests/test-sys_random-h-c++.cc: Renamed from
tests/test-sys_random-c++.cc.
* doc/glibc-headers/sys_random.texi: Update.
* modules/* (Depends-on): Update.
* modules/sys_random: New file.
2024-12-27 23:39:52 +01:00

20 lines
330 B
Plaintext

Files:
tests/test-sys_random-h-c++.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-sys_random-h-c++
check_PROGRAMS += test-sys_random-h-c++
test_sys_random_h_c___SOURCES = test-sys_random-h-c++.cc
test_sys_random_h_c___LDADD = $(LDADD) $(GETRANDOM_LIB)
endif