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