1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/monetary-h-c++-tests
Bruno Haible c08ded3955 Rename module monetary to monetary-h.
* 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.
2024-12-27 23:14:27 +01:00

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