1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/endian-c++-tests
Bruno Haible 59a670d792 endian tests: Verify that it can be used from C++.
* tests/test-endian-c++.cc: New file.
* modules/endian-c++-tests: New file.
* modules/endian-tests (Depends-on): Add endian-c++-tests.
2024-05-18 12:31:15 +02:00

18 lines
226 B
Plaintext

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