Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / arpa_inet-c++-tests
blob5d2017045782bde6ab06e8fd33771fa1abfff023
1 Files:
2 tests/test-arpa_inet-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-arpa_inet-c++
16 check_PROGRAMS += test-arpa_inet-c++
17 test_arpa_inet_c___SOURCES = test-arpa_inet-c++.cc
18 test_arpa_inet_c___LDADD = $(LDADD) $(INET_NTOP_LIB) $(INET_PTON_LIB) $(LIBSOCKET)
19 endif