bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fflush-tests module description


From: Bruno Haible
Subject: fflush-tests module description
Date: Fri, 13 Apr 2007 22:22:36 +0200
User-agent: KMail/1.5.4

Hi Eric,

Here's a proposed patch for the fflush-tests module description:
- EXTRA_DIST is not needed for files listed among the 'Files' section;
  gnulib-tool takes care of it.
- To ensure all temporary files are regularly removed, even if the test
  program crashes or is interrupted with Ctrl-C or is left from gdb
  (gdb command 'quit'), there are two approaches: MOSTLYCLEANFILES, or
  a wrapper script, such as tests/test-atexit.sh.

Bruno


2007-04-13  Bruno Haible  <address@hidden>

        * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
        MOSTLYCLEANFILES.

*** modules/fflush-tests        10 Apr 2007 03:09:07 -0000      1.1
--- modules/fflush-tests        13 Apr 2007 20:15:28 -0000
***************
*** 9,12 ****
  Makefile.am:
  TESTS += test-fflush
  check_PROGRAMS += test-fflush
! EXTRA_DIST += test-fflush.c
--- 9,12 ----
  Makefile.am:
  TESTS += test-fflush
  check_PROGRAMS += test-fflush
! MOSTLYCLEANFILES += test-fflush.txt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]