1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/arpa_inet-tests
Bruno Haible ed4ce96d94 arpa_inet: Use the common idioms with C++ support.
* lib/arpa_inet.in.h: Include c++defs.h.
(inet_ntop, inet_pton): Declare using the macros with C++ namespace
support.
* modules/arpa_inet (Depends-on): Add c++defs.
(Makefile.am): Substitute the contents of c++defs.h.
* modules/arpa_inet-tests (Depends-on): Add arpa_inet-c++-tests.
* modules/arpa_inet-c++-tests: New file.
* tests/test-arpa_inet-c++.cc: New file.
2010-12-27 01:30:14 +01:00

12 lines
149 B
Plaintext

Files:
tests/test-arpa_inet.c
Depends-on:
arpa_inet-c++-tests
configure.ac:
Makefile.am:
TESTS += test-arpa_inet
check_PROGRAMS += test-arpa_inet