summaryrefslogtreecommitdiff
path: root/modules/pipe-filter-ii-tests
blob: 48d4674b01aa65dedb7a04502f9b7370d1986e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

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@ $(LIBTHREAD)
test_pipe_filter_ii2_main_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)