X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fpipe-filter-gi-tests;h=e5da5623947e105a98b9d39992d1a986f24eb503;hb=0af2227383df6c060f2b719882474cf8e1dd7431;hp=9b16033e62f4ae503b18bce53aea25e8fb6d3a52;hpb=8ae6a07d62256797e8ddcc918ff3e4f10ff69417;p=gnulib.git diff --git a/modules/pipe-filter-gi-tests b/modules/pipe-filter-gi-tests index 9b16033e6..e5da56239 100644 --- a/modules/pipe-filter-gi-tests +++ b/modules/pipe-filter-gi-tests @@ -5,19 +5,20 @@ tests/test-vasnprintf-posix.c tests/test-pipe-filter-gi2.sh tests/test-pipe-filter-gi2-main.c tests/test-pipe-filter-gi2-child.c +tests/macros.h Depends-on: binary-io c-ctype read-file full-write -sleep +usleep progname configure.ac: -AC_CHECK_FUNCS_ONCE([usleep]) Makefile.am: TESTS += test-pipe-filter-gi1.sh test-pipe-filter-gi2.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' check_PROGRAMS += test-pipe-filter-gi1 test-pipe-filter-gi2-main test-pipe-filter-gi2-child +test_pipe_filter_gi1_LDADD = $(LDADD) @LIBINTL@ +test_pipe_filter_gi2_main_LDADD = $(LDADD) @LIBINTL@