Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git] / modules / execute-tests
blob95621821315587b6676522c6b6eb6bb89519bc8c
1 Files:
2 tests/test-execute.sh
3 tests/test-execute-main.c
4 tests/test-execute-child.c
5 tests/macros.h
7 Depends-on:
8 dup2
9 fcntl
10 mkdir
11 msvc-inval
12 read-file
13 stdint
14 unistd
16 configure.ac:
18 Makefile.am:
19 TESTS += test-execute.sh
20 check_PROGRAMS += test-execute-main test-execute-child
21 test_execute_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
22 # The test-execute-child program must be a real executable, not a libtool
23 # wrapper script, and should link against as few libraries as possible.
24 # Therefore don't link it against any libraries other than -lc.
25 test_execute_child_LDADD =