Bump to 1.14.1
[platform/upstream/augeas.git] / modules / spawn-pipe-tests
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
6
7 Depends-on:
8 close
9
10 configure.ac:
11
12 Makefile.am:
13 TESTS += test-spawn-pipe.sh
14 check_PROGRAMS += test-spawn-pipe-main test-spawn-pipe-child
15 test_spawn_pipe_main_LDADD = $(LDADD) @LIBINTL@
16 # The test-spawn-pipe-child program must be a real executable, not a libtool
17 # wrapper script, and should link against as few libraries as possible.
18 # Therefore don't link it against any libraries other than -lc.
19 test_spawn_pipe_child_LDADD =