1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-09-11 11:50:52 +03:00
Files
gnulib/modules/langinfo-h-c++-tests
Bruno Haible 7b1d048d30 Rename module langinfo to langinfo-h.
* modules/langinfo-h: Renamed from modules/langinfo.
* modules/langinfo-h-tests: Renamed from modules/langinfo-tests.
* modules/langinfo-h-c++-tests: Renamed from modules/langinfo-c++-tests.
* tests/test-langinfo-h.c: Renamed from tests/test-langinfo.c.
* tests/test-langinfo-h-c++.cc: Renamed from tests/test-langinfo-c++.cc.
* doc/posix-headers/langinfo.texi: Update.
* modules/* (Depends-on): Update.
* modules/langinfo: New file.
2024-12-27 23:14:16 +01:00

19 lines
264 B
Plaintext

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