X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftello-tests;h=90d269eae7f1af699130e4610d81d3d46ed4ee0d;hb=9f15e6702a27649a59263a7ed571805a979d9e70;hp=9f0c6e2499840dfdac55579642340b8be73264e0;hpb=a0a83999826796d8f758b05dac2fa3da366ac8ae;p=gnulib.git diff --git a/modules/ftello-tests b/modules/ftello-tests index 9f0c6e249..90d269eae 100644 --- a/modules/ftello-tests +++ b/modules/ftello-tests @@ -1,12 +1,22 @@ Files: tests/test-ftello.c tests/test-ftello.sh +tests/test-ftello2.sh +tests/test-ftello3.c +tests/test-ftello4.c +tests/test-ftello4.sh +tests/signature.h +tests/macros.h +m4/ungetc.m4 Depends-on: +binary-io +fdopen configure.ac: +gl_FUNC_UNGETC_WORKS Makefile.am: -TESTS += test-ftello.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' -check_PROGRAMS += test-ftello +TESTS += test-ftello.sh test-ftello2.sh test-ftello3 test-ftello4.sh +check_PROGRAMS += test-ftello test-ftello3 test-ftello4 +MOSTLYCLEANFILES += t-ftello3.tmp