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