summaryrefslogtreecommitdiff
path: root/gnulib/modules/pipe-filter-ii-tests
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/pipe-filter-ii-tests')
m---------gnulib0
-rw-r--r--gnulib/modules/pipe-filter-ii-tests23
2 files changed, 23 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 4fc10daa05477586fea99b6b3ca02a87d1102fa
diff --git a/gnulib/modules/pipe-filter-ii-tests b/gnulib/modules/pipe-filter-ii-tests
new file mode 100644
index 00000000..236de130
--- /dev/null
+++ b/gnulib/modules/pipe-filter-ii-tests
@@ -0,0 +1,23 @@
+Files:
+tests/test-pipe-filter-ii1.sh
+tests/test-pipe-filter-ii1.c
+tests/test-vasnprintf-posix.c
+tests/test-pipe-filter-ii2.sh
+tests/test-pipe-filter-ii2-main.c
+tests/test-pipe-filter-ii2-child.c
+tests/macros.h
+
+Depends-on:
+binary-io
+c-ctype
+read-file
+full-write
+progname
+
+configure.ac:
+
+Makefile.am:
+TESTS += test-pipe-filter-ii1.sh test-pipe-filter-ii2.sh
+check_PROGRAMS += test-pipe-filter-ii1 test-pipe-filter-ii2-main test-pipe-filter-ii2-child
+test_pipe_filter_ii1_LDADD = $(LDADD) @LIBINTL@
+test_pipe_filter_ii2_main_LDADD = $(LDADD) @LIBINTL@