changeset 9426:3384ef16a830

Remove some temp files leftover from tests. * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files. * modules/freadable-tests (MOSTLYCLEANFILES): Likewise. * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
author Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
date Tue, 30 Oct 2007 07:05:41 +0100
parents b60ac48de79f
children f5d380f2d698
files ChangeLog modules/fbufmode-tests modules/freadable-tests modules/fwritable-tests
diffstat 4 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+	* modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
+	* modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
+	* modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
+
 2007-10-29  Bruno Haible  <bruno@clisp.org>
 
 	* m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
--- a/modules/fbufmode-tests
+++ b/modules/fbufmode-tests
@@ -8,4 +8,4 @@
 Makefile.am:
 TESTS += test-fbufmode
 check_PROGRAMS += test-fbufmode
-
+MOSTLYCLEANFILES += t-fbufmode.tmp
--- a/modules/freadable-tests
+++ b/modules/freadable-tests
@@ -9,4 +9,4 @@
 Makefile.am:
 TESTS += test-freadable
 check_PROGRAMS += test-freadable
-
+MOSTLYCLEANFILES += t-freadable.tmp
--- a/modules/fwritable-tests
+++ b/modules/fwritable-tests
@@ -9,4 +9,4 @@
 Makefile.am:
 TESTS += test-fwritable
 check_PROGRAMS += test-fwritable
-
+MOSTLYCLEANFILES += t-fwritable.tmp