annotate modules/modfl-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 |
3f4104450577 |
children |
|
rev |
line source |
16409
|
1 Files: |
|
2 tests/test-modfl.c |
16562
|
3 tests/test-modf.h |
16409
|
4 tests/signature.h |
|
5 tests/macros.h |
16562
|
6 tests/randoml.c |
16409
|
7 |
|
8 Depends-on: |
|
9 fpucw |
16562
|
10 float |
16409
|
11 |
|
12 configure.ac: |
|
13 |
|
14 Makefile.am: |
|
15 TESTS += test-modfl |
|
16 check_PROGRAMS += test-modfl |
16562
|
17 test_modfl_SOURCES = test-modfl.c randoml.c |
16409
|
18 test_modfl_LDADD = $(LDADD) @MODFL_LIBM@ |