Fix build error on mingw with the modules sys_select and unistd.
[gnulib.git] / modules / pipe-tests
1 Files:
2 tests/test-pipe.sh
3 tests/test-pipe.c
4
5 Depends-on:
6 progname
7 close
8
9 configure.ac:
10
11 Makefile.am:
12 TESTS += test-pipe.sh
13 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
14 check_PROGRAMS += test-pipe
15 test_pipe_LDADD = $(LDADD) @LIBINTL@