1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

Rename module strings to strings-h.

* modules/strings-h: Renamed from modules/strings.
* modules/strings-h-tests: Renamed from modules/strings-tests.
* modules/strings-h-c++-tests: Renamed from modules/strings-c++-tests.
* tests/test-strings-h.c: Renamed from tests/test-strings.c.
* tests/test-strings-h-c++.cc: Renamed from tests/test-strings-c++.cc.
* doc/posix-headers/strings.texi: Update.
* modules/* (Depends-on): Update.
* modules/strings: New file.
This commit is contained in:
Bruno Haible
2024-12-27 23:39:42 +01:00
parent d93e96eb60
commit 93b331de6b
14 changed files with 107 additions and 70 deletions

View File

@@ -0,0 +1,18 @@
Files:
tests/test-strings-h-c++.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-strings-h-c++
check_PROGRAMS += test-strings-h-c++
test_strings_h_c___SOURCES = test-strings-h-c++.cc
endif