1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/byteswap-c++-tests
Collin Funk 8658d27972 byteswap tests: Verify header can be used from C++.
* modules/byteswap-c++-tests: New file.
* tests/test-byteswap-c++.cc: New file.
* modules/byteswap-tests (Depends-on): Add byteswap-c++-tests.
2024-05-25 01:20:01 -07:00

18 lines
236 B
Plaintext

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