X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fftell-tests;h=4143138da608bf1a96757af0d2b019d11f9aa65d;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=20aee89c4d37904be440249fa494c1914dfe917b;hpb=2e7980e7a83a290bfaf0638bd95a9cbfeec0f67d;p=gnulib.git diff --git a/modules/ftell-tests b/modules/ftell-tests index 20aee89c4..4143138da 100644 --- a/modules/ftell-tests +++ b/modules/ftell-tests @@ -1,13 +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 -EXTRA_DIST += test-ftell.sh +TESTS += test-ftell.sh test-ftell2.sh test-ftell3 +check_PROGRAMS += test-ftell test-ftell3 +MOSTLYCLEANFILES += t-ftell3.tmp