summaryrefslogtreecommitdiff
path: root/gnulib/modules/spawn-pipe-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/spawn-pipe-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/spawn-pipe-tests19
2 files changed, 19 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/spawn-pipe-tests b/gnulib/modules/spawn-pipe-tests
new file mode 100644
index 0000000..f7831d5
--- /dev/null
+++ b/gnulib/modules/spawn-pipe-tests
@@ -0,0 +1,19 @@
+Files:
+tests/test-spawn-pipe.sh
+tests/test-spawn-pipe-main.c
+tests/test-spawn-pipe-child.c
+tests/macros.h
+
+Depends-on:
+close
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-spawn-pipe.sh
+check_PROGRAMS += test-spawn-pipe-main test-spawn-pipe-child
+test_spawn_pipe_main_LDADD = $(LDADD) @LIBINTL@
+# The test-spawn-pipe-child program must be a real executable, not a libtool
+# wrapper script, and should link against as few libraries as possible.
+# Therefore don't link it against any libraries other than -lc.
+test_spawn_pipe_child_LDADD =