posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / stdarg-c++-tests
blob617738819d0e7c10de3f05e960455c23052efc45
1 Files:
2 tests/test-stdarg-c++.cc
3 tests/test-stdarg-c++2.cc
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-stdarg-c++
16 check_PROGRAMS += test-stdarg-c++
17 test_stdarg_c___SOURCES = test-stdarg-c++.cc test-stdarg-c++2.cc
18 endif