posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / glob-h-c++-tests
blobde42019ea9279112cd29e35983fc48894c9eded3
1 Files:
2 tests/test-glob-h-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-glob-h-c++
16 check_PROGRAMS += test-glob-h-c++
17 test_glob_h_c___SOURCES = test-glob-h-c++.cc
18 test_glob_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME)
19 endif