verify: new macro 'assume'
[gnulib.git] / modules / netdb-c++-tests
1 Files:
2 tests/test-netdb-c++.cc
3 tests/signature.h
4
5 Status:
6 c++-test
7
8 Depends-on:
9 ansi-c++-opt
10
11 configure.ac:
12
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-netdb-c++
16 check_PROGRAMS += test-netdb-c++
17 test_netdb_c___SOURCES = test-netdb-c++.cc
18 test_netdb_c___LDADD = $(LDADD) $(GETADDRINFO_LIB)
19 endif