mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/byteswap-c++-tests: New file. * tests/test-byteswap-c++.cc: New file. * modules/byteswap-tests (Depends-on): Add byteswap-c++-tests.
18 lines
236 B
Plaintext
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
|