mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
c08ded3955
* modules/monetary-h: Renamed from modules/monetary. * modules/monetary-h-tests: Renamed from modules/monetary-tests. * modules/monetary-h-c++-tests: Renamed from modules/monetary-c++-tests. * tests/test-monetary-h.c: Renamed from tests/test-monetary.c. * tests/test-monetary-h-c++.cc: Renamed from tests/test-monetary-c++.cc. * doc/posix-headers/monetary.texi: Update. * modules/* (Depends-on): Update. * modules/monetary: New file.
19 lines
264 B
Plaintext
19 lines
264 B
Plaintext
Files:
|
|
tests/test-monetary-h-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-monetary-h-c++
|
|
check_PROGRAMS += test-monetary-h-c++
|
|
test_monetary_h_c___SOURCES = test-monetary-h-c++.cc
|
|
endif
|