windows-spawn: Improve errno upon failure on native Windows.
[gnulib.git] / modules / execute-tests
blob422c1abe728fea4f62b7d39be20dcf3f7149d60a
1 Files:
2 tests/test-execute.sh
3 tests/test-execute-main.c
4 tests/test-execute-child.c
5 tests/test-execute-script.c
6 tests/executable-script
7 tests/executable-script.sh
8 tests/executable-shell-script
9 tests/macros.h
11 Depends-on:
12 dup2
13 fcntl
14 mkdir
15 msvc-inval
16 read-file
17 stdint
18 unistd
20 configure.ac:
22 Makefile.am:
23 TESTS += test-execute.sh
24 check_PROGRAMS += test-execute-main test-execute-child
25 test_execute_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
26 # The test-execute-child program must be a real executable, not a libtool
27 # wrapper script, and should link against as few libraries as possible.
28 # Therefore don't link it against any libraries other than -lc.
29 test_execute_child_LDADD =
31 TESTS += test-execute-script
32 check_PROGRAMS += test-execute-script
33 test_execute_script_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
34 test_execute_script_CPPFLAGS = $(AM_CPPFLAGS) -DSRCDIR=\"$(srcdir)/\"