1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/stdcountof-h-c++-tests
Bruno Haible 3b239ab56f stdcountof-h: Add tests.
* tests/test-stdcountof-h.c: New file.
* tests/test-stdcountof-h-c++.cc: New file.
* modules/stdcountof-h-tests: New file.
* modules/stdcountof-h-c++-tests: New file.
2025-06-02 23:44:55 +02:00

18 lines
256 B
Plaintext

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