Mercurial > hg > octave-shane > gnulib-hg
annotate modules/fwritable-tests @ 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 | 457986e2c890 |
children | a48d3d749ca5 |
rev | line source |
---|---|
8690 | 1 Files: |
2 tests/test-fwritable.c | |
3 | |
4 Depends-on: | |
8726
457986e2c890
Tests depends on correct fflush on input streams.
Bruno Haible <bruno@clisp.org>
parents:
8690
diff
changeset
|
5 fflush |
8690 | 6 |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-fwritable | |
11 check_PROGRAMS += test-fwritable | |
9426
3384ef16a830
Remove some temp files leftover from tests.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
8726
diff
changeset
|
12 MOSTLYCLEANFILES += t-fwritable.tmp |