Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/trunc-tests @ 17305:0e5a583a2a8d
regex: test for buffer overrun
* m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab,
for the just-fixed regex bug.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 29 Jan 2013 22:34:58 -0800 |
parents | 328819af1c02 |
children |
rev | line source |
---|---|
9283 | 1 Files: |
9328
1cd01bf41d68
Rename tests/test-trunc.c to tests/test-trunc1.c.
Bruno Haible <bruno@clisp.org>
parents:
9283
diff
changeset
|
2 tests/test-trunc1.c |
9329
86e2a4593495
Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents:
9328
diff
changeset
|
3 tests/test-trunc2.c |
13834
108bbfd6f03b
frexp, tests: work around ICC bug with -zero
Eric Blake <eblake@redhat.com>
parents:
13187
diff
changeset
|
4 tests/minus-zero.h |
15595
328819af1c02
Support for MSVC compiler: Avoid division by a literal 0.
Bruno Haible <bruno@clisp.org>
parents:
13983
diff
changeset
|
5 tests/infinity.h |
9854
baba3b346ab2
Use macros NaNf, NaNd, NaNl instead of NAN.
Bruno Haible <bruno@clisp.org>
parents:
9646
diff
changeset
|
6 tests/nan.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
7 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
8 tests/macros.h |
9283 | 9 |
10 Depends-on: | |
9330
e9c1a1cb030b
Add dependencies for test-trunc2.
Bruno Haible <bruno@clisp.org>
parents:
9329
diff
changeset
|
11 float |
9646
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
9367
diff
changeset
|
12 isnand-nolibm |
9330
e9c1a1cb030b
Add dependencies for test-trunc2.
Bruno Haible <bruno@clisp.org>
parents:
9329
diff
changeset
|
13 stdbool |
e9c1a1cb030b
Add dependencies for test-trunc2.
Bruno Haible <bruno@clisp.org>
parents:
9329
diff
changeset
|
14 stdint |
9283 | 15 |
16 configure.ac: | |
17 | |
18 Makefile.am: | |
9329
86e2a4593495
Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents:
9328
diff
changeset
|
19 TESTS += test-trunc1 test-trunc2 |
86e2a4593495
Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents:
9328
diff
changeset
|
20 check_PROGRAMS += test-trunc1 test-trunc2 |
9328
1cd01bf41d68
Rename tests/test-trunc.c to tests/test-trunc1.c.
Bruno Haible <bruno@clisp.org>
parents:
9283
diff
changeset
|
21 test_trunc1_LDADD = $(LDADD) @TRUNC_LIBM@ |
9329
86e2a4593495
Add new test for trunc function.
Bruno Haible <bruno@clisp.org>
parents:
9328
diff
changeset
|
22 test_trunc2_LDADD = $(LDADD) @TRUNC_LIBM@ |