posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / stddef-c++-tests
blobc11a16f7fb1926a1595a2757fcf19f8c159c5f90
1 Files:
2 tests/test-stddef-c++.cc
3 tests/test-stddef-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-stddef-c++
16 check_PROGRAMS += test-stddef-c++
17 test_stddef_c___SOURCES = test-stddef-c++.cc test-stddef-c++2.cc
18 endif