unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / modules / spawn-pipe-tests
blob5d1372cc0245b6622b83fae7058ed5cdf768daa8
1 Files:
2 tests/test-spawn-pipe.sh
3 tests/test-spawn-pipe-main.c
4 tests/test-spawn-pipe-child.c
5 tests/macros.h
7 Depends-on:
8 close
9 msvc-inval
10 stdint
12 configure.ac:
14 Makefile.am:
15 TESTS += test-spawn-pipe.sh
16 check_PROGRAMS += test-spawn-pipe-main test-spawn-pipe-child
17 test_spawn_pipe_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
18 # The test-spawn-pipe-child program must be a real executable, not a libtool
19 # wrapper script, and should link against as few libraries as possible.
20 # Therefore don't link it against any libraries other than -lc.
21 test_spawn_pipe_child_LDADD =