Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/glob-tests @ 14730:f0a9a2cd267c
fclose: preserve fflush errors
Caught by gcc -Werror=unused-but-set-variable.
* lib/fclose.c (rpl_fclose): Don't lose fflush errors.
Reported by Jim Meyering.
Signed-off-by: Eric Blake <eblake@redhat.com>
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Wed, 11 May 2011 11:35:06 -0600 |
parents | d7eed0b7ef06 |
children |
rev | line source |
---|---|
11549 | 1 Files: |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
2 tests/test-glob.c |
12489 | 3 tests/signature.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/macros.h |
11549 | 5 |
12956
c19b68efa446
Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
6 Depends-on: |
13082
d7eed0b7ef06
Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
12956
diff
changeset
|
7 glob-c++-tests |
12956
c19b68efa446
Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
8 |
c19b68efa446
Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
9 configure.ac: |
c19b68efa446
Tests of module 'glob' in C++ mode.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
10 |
11549 | 11 Makefile.am: |
12 TESTS += test-glob | |
13 check_PROGRAMS += test-glob |