X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftello-tests;h=90d269eae7f1af699130e4610d81d3d46ed4ee0d;hb=0b0d0514aadfe18b136b0836aed361af7c486ac1;hp=1d4279d1f41985b6d0744dd1f9f9b236a8353ea5;hpb=cec93e99d19f54c8f310b8290bab9014891530e3;p=gnulib.git diff --git a/modules/ftello-tests b/modules/ftello-tests index 1d4279d1f..90d269eae 100644 --- a/modules/ftello-tests +++ b/modules/ftello-tests @@ -1,13 +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 -EXTRA_DIST += test-ftello.sh +TESTS += test-ftello.sh test-ftello2.sh test-ftello3 test-ftello4.sh +check_PROGRAMS += test-ftello test-ftello3 test-ftello4 +MOSTLYCLEANFILES += t-ftello3.tmp