mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-09-02 15:41:25 +03:00
15 lines
221 B
Plaintext
15 lines
221 B
Plaintext
Files:
|
|
tests/test-pipe.sh
|
|
tests/test-pipe.c
|
|
|
|
Depends-on:
|
|
progname
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-pipe.sh
|
|
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
|
|
check_PROGRAMS += test-pipe
|
|
test_pipe_LDADD = $(LDADD) @LIBINTL@
|