vma-iter: Port to 64-bit Haiku.
[gnulib.git] / modules / spawn-c++-tests
blobe685cacf6bfb6a46037108e807fa86b4a84b89fa
1 Files:
2 tests/test-spawn-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-spawn-c++
16 check_PROGRAMS += test-spawn-c++
17 test_spawn_c___SOURCES = test-spawn-c++.cc
18 test_spawn_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP)
19 endif