X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftell-tests;h=4143138da608bf1a96757af0d2b019d11f9aa65d;hb=7dd6551404efff84abc69c3795dbe125cd13ebbd;hp=03fbf272ad2b15fe517f1b56a2893ef5a0e298e3;hpb=a0a83999826796d8f758b05dac2fa3da366ac8ae;p=gnulib.git diff --git a/modules/ftell-tests b/modules/ftell-tests index 03fbf272a..4143138da 100644 --- a/modules/ftell-tests +++ b/modules/ftell-tests @@ -1,12 +1,19 @@ Files: tests/test-ftell.c tests/test-ftell.sh +tests/test-ftell2.sh +tests/test-ftell3.c +tests/signature.h +tests/macros.h +m4/ungetc.m4 Depends-on: +binary-io configure.ac: +gl_FUNC_UNGETC_WORKS Makefile.am: -TESTS += test-ftell.sh -TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' -check_PROGRAMS += test-ftell +TESTS += test-ftell.sh test-ftell2.sh test-ftell3 +check_PROGRAMS += test-ftell test-ftell3 +MOSTLYCLEANFILES += t-ftell3.tmp