Mercurial > hg > octave-shane > gnulib-hg
annotate modules/stdint-tests @ 16434:4f9beada6ccb
New module 'frexpf-ieee'.
* modules/frexpf-ieee: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 26 Feb 2012 15:08:36 +0100 |
parents | 97c0ee6f4e27 |
children | b3f19d3d0811 |
rev | line source |
---|---|
6825 | 1 Files: |
2 tests/test-stdint.c | |
6906
b912515df187
Simplification rewrite for stdint module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6825
diff
changeset
|
3 m4/wchar_t.m4 |
b912515df187
Simplification rewrite for stdint module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6825
diff
changeset
|
4 m4/wint_t.m4 |
6825 | 5 |
6 Depends-on: | |
7 verify | |
8 intprops | |
14571
97c0ee6f4e27
stdint test: Fix compilation failure on OSF/1 with DTK compiler.
Bruno Haible <bruno@clisp.org>
parents:
12521
diff
changeset
|
9 wchar |
6825 | 10 |
11 configure.ac: | |
6906
b912515df187
Simplification rewrite for stdint module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6825
diff
changeset
|
12 gt_TYPE_WCHAR_T |
b912515df187
Simplification rewrite for stdint module.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6825
diff
changeset
|
13 gt_TYPE_WINT_T |
6825 | 14 |
15 Makefile.am: | |
8239 | 16 TESTS += test-stdint |
6825 | 17 check_PROGRAMS += test-stdint |