posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / netdb-c++-tests
blobaf07dee3412b726852f5d4dd798cb7e3cab9c8bb
1 Files:
2 tests/test-netdb-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-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