Mercurial > hg > octave-shane > gnulib-hg
annotate modules/i-ring-tests @ 17267:ee4cb5937493
unicodeio: depend on stdio, not ignore-value
* lib/unicodeio.c: Do not include ignore-value.h.
(fwrite_success_callback): Use plain fwrite, not ignore_value + fwrite.
* modules/unicodeio (Depends-on): Depend on stdio, not ignore-value.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 04 Jan 2013 01:55:52 +0000 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
9323
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-i-ring.c |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9323
diff
changeset
|
3 tests/macros.h |
9323
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 Depends-on: |
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 configure.ac: |
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Makefile.am: |
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 TESTS += test-i-ring |
1fe2e97a1130
Put unit test for i-ring module into a normal test module.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 check_PROGRAMS += test-i-ring |