posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / wchar-c++-tests
bloba91e43aec468bfcf5225144e0dadb4172f4fddb0
1 Files:
2 tests/test-wchar-c++.cc
3 tests/test-wchar-c++2.cc
4 tests/test-wchar-c++3.cc
5 tests/signature.h
7 Status:
8 c++-test
10 Depends-on:
11 ansi-c++-opt
13 configure.ac:
15 Makefile.am:
16 if ANSICXX
17 TESTS += test-wchar-c++
18 check_PROGRAMS += test-wchar-c++
19 test_wchar_c___SOURCES = test-wchar-c++.cc test-wchar-c++2.cc test-wchar-c++3.cc
20 test_wchar_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(LIB_EACCESS) $(LIBTHREAD)
21 endif