posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / list-c++-tests
blobe1d74a673161b8fdaf045f955c55ac0d1b5e56e3
1 Files:
2 tests/test-list-c++.cc
3 tests/macros.h
5 Depends-on:
6 ansi-c++-opt
7 array-list
9 configure.ac:
11 Makefile.am:
12 if ANSICXX
13 TESTS += test-list-c++
14 check_PROGRAMS += test-list-c++
15 test_list_c___SOURCES = test-list-c++.cc
16 test_list_c___LDADD = $(LDADD) @LIBINTL@
17 endif