mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-11 11:50:52 +03:00
* modules/locale-h: Renamed from modules/locale. * modules/locale-h-tests: Renamed from modules/locale-tests. * modules/locale-h-c++-tests: Renamed from modules/locale-c++-tests. * tests/test-locale-h.c: Renamed from tests/test-locale.c. * tests/test-locale-h-c++.cc: Renamed from tests/test-locale-c++.cc. * tests/test-locale-h-c++2.cc: Renamed from tests/test-locale-c++2.cc. * doc/posix-headers/locale.texi: Update. * modules/* (Depends-on): Update. * modules/locale: New file.
21 lines
356 B
Plaintext
21 lines
356 B
Plaintext
Files:
|
|
tests/test-locale-h-c++.cc
|
|
tests/test-locale-h-c++2.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-locale-h-c++
|
|
check_PROGRAMS += test-locale-h-c++
|
|
test_locale_h_c___SOURCES = test-locale-h-c++.cc test-locale-h-c++2.cc
|
|
test_locale_h_c___LDADD = $(LDADD) $(SETLOCALE_LIB)
|
|
endif
|