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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
16409
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-modfl.c
16562
3f4104450577 modf* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 16409
diff changeset
3 tests/test-modf.h
16409
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/signature.h
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/macros.h
16562
3f4104450577 modf* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 16409
diff changeset
6 tests/randoml.c
16409
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 fpucw
16562
3f4104450577 modf* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 16409
diff changeset
10 float
16409
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 TESTS += test-modfl
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 check_PROGRAMS += test-modfl
16562
3f4104450577 modf* tests: More tests.
Bruno Haible <bruno@clisp.org>
parents: 16409
diff changeset
17 test_modfl_SOURCES = test-modfl.c randoml.c
16409
e0968c2ae37e Tests for module 'modfl'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 test_modfl_LDADD = $(LDADD) @MODFL_LIBM@