1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/modules/strnul-c++-tests
Bruno Haible 2bbbab3338 strnul: Respect GNULIB_NAMESPACE.
* lib/string.in.h (strnul): Use _GL_BEGIN_NAMESPACE, _GL_END_NAMESPACE.
* tests/test-strnul-c++2.cc: New file, based on tests/test-strnul.c.
* modules/strnul-c++-tests (Files): Add it.
(Makefile.am): Arrange to compile and run test-strnul-c++2.
2026-02-24 01:13:43 +01:00

20 lines
333 B
Plaintext

Files:
tests/test-strnul-c++.cc
tests/test-strnul-c++2.cc
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-strnul-c++ test-strnul-c++2
check_PROGRAMS += test-strnul-c++ test-strnul-c++2
test_strnul_c___SOURCES = test-strnul-c++.cc
test_strnul_c__2_SOURCES = test-strnul-c++2.cc
endif