X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fftello-tests;h=90d269eae7f1af699130e4610d81d3d46ed4ee0d;hb=0dc43482065b697a7e64ac7cc7fba7c848924997;hp=c20381c13360c145bbc3e9a66e89007c58d58314;hpb=368e66277a1fdb07a508f9c3ff5d5669e4b4e838;p=gnulib.git diff --git a/modules/ftello-tests b/modules/ftello-tests index c20381c13..90d269eae 100644 --- a/modules/ftello-tests +++ b/modules/ftello-tests @@ -2,16 +2,21 @@ 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 test-ftello2.sh -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