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_file-h-c++-tests
Bruno Haible 7cd7c52cf0 Rename module sys_file to sys_file-h.
* modules/sys_file-h: Renamed from modules/sys_file.
* modules/sys_file-h-tests: Renamed from modules/sys_file-tests.
* modules/sys_file-h-c++-tests: Renamed from modules/sys_file-c++-tests.
* tests/test-sys_file-h.c: Renamed from tests/test-sys_file.c.
* tests/test-sys_file-h-c++.cc: Renamed from tests/test-sys_file-c++.cc.
* doc/glibc-headers/sys_file.texi: Update.
* modules/* (Depends-on): Update.
* modules/sys_file: New file.
2024-12-27 23:39:47 +01:00

18 lines
246 B
Plaintext

Files:
tests/test-sys_file-h-c++.cc
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-sys_file-h-c++
check_PROGRAMS += test-sys_file-h-c++
test_sys_file_h_c___SOURCES = test-sys_file-h-c++.cc
endif