Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/stdint-tests @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 (2013-08-16) |
parents | b3f19d3d0811 |
children |
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: | |
17265
b3f19d3d0811
stdint-tests: Fix expanded-before-required-warning.
Simon Josefsson <simon@josefsson.org>
parents:
14571
diff
changeset
|
12 AC_REQUIRE([gt_TYPE_WCHAR_T]) |
b3f19d3d0811
stdint-tests: Fix expanded-before-required-warning.
Simon Josefsson <simon@josefsson.org>
parents:
14571
diff
changeset
|
13 AC_REQUIRE([gt_TYPE_WINT_T]) |
6825 | 14 |
15 Makefile.am: | |
8239 | 16 TESTS += test-stdint |
6825 | 17 check_PROGRAMS += test-stdint |