annotate modules/modfl-ieee-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 |
6dc0328ef312 |
children |
|
rev |
line source |
16466
|
1 Files: |
|
2 tests/test-modfl-ieee.c |
|
3 tests/test-modf-ieee.h |
|
4 tests/minus-zero.h |
|
5 tests/infinity.h |
|
6 tests/nan.h |
|
7 tests/macros.h |
|
8 |
|
9 Depends-on: |
|
10 isnanl-nolibm |
|
11 float |
|
12 signbit |
|
13 |
|
14 configure.ac: |
|
15 |
|
16 Makefile.am: |
|
17 TESTS += test-modfl-ieee |
|
18 check_PROGRAMS += test-modfl-ieee |
|
19 test_modfl_ieee_LDADD = $(LDADD) @MODFL_LIBM@ |