1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-10 04:43:00 +03:00
Files
gnulib/modules/stdckdint-c++-tests
Bruno Haible eec1cf9601 stdckdint: Add C++ tests.
* tests/test-stdckdint-c++.cc: New file.
* modules/stdckdint-c++-tests: New file.
* modules/stdckdint-tests (Depends-on): Add stdckdint-c++-tests.
2022-09-04 01:17:47 +02:00

18 lines
241 B
Plaintext

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