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:
18
modules/strings-h-c++-tests
Normal file
18
modules/strings-h-c++-tests
Normal 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
|
Reference in New Issue
Block a user