Mercurial > hg > octave-shane > gnulib-hg
annotate modules/fwritable-tests @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | 3384ef16a830 |
children |
rev | line source |
---|---|
8690 | 1 Files: |
2 tests/test-fwritable.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9426
diff
changeset
|
3 tests/macros.h |
8690 | 4 |
5 Depends-on: | |
8726
457986e2c890
Tests depends on correct fflush on input streams.
Bruno Haible <bruno@clisp.org>
parents:
8690
diff
changeset
|
6 fflush |
8690 | 7 |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-fwritable | |
12 check_PROGRAMS += test-fwritable | |
9426
3384ef16a830
Remove some temp files leftover from tests.
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
parents:
8726
diff
changeset
|
13 MOSTLYCLEANFILES += t-fwritable.tmp |