posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / stdlib-c++-tests
blob1089c46ee3327218793393eb7b7fb81d24fb78b1
1 Files:
2 tests/test-stdlib-c++.cc
3 tests/test-stdlib-c++2.cc
4 tests/signature.h
6 Status:
7 c++-test
9 Depends-on:
10 ansi-c++-opt
12 configure.ac:
14 Makefile.am:
15 if ANSICXX
16 TESTS += test-stdlib-c++
17 check_PROGRAMS += test-stdlib-c++
18 test_stdlib_c___SOURCES = test-stdlib-c++.cc test-stdlib-c++2.cc
19 test_stdlib_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIB_GETRANDOM)
20 endif