1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-10 04:43:00 +03:00
Files
gnulib/modules/stdbit-h-c++-tests
Bruno Haible 1a016b72a9 stdbit-h: Add tests.
* tests/test-stdbit-h.c: New file.
* tests/test-stdbit-h-c++.cc: New file.
* modules/stdbit-h-tests: New file.
* modules/stdbit-h-c++-tests: New file.
2024-05-16 01:23:39 +02:00

18 lines
236 B
Plaintext

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