Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/vsnprintf-posix-tests @ 13415:a884db63982b
Avoid some more warnings from "gcc -Wwrite-strings".
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 11 Jun 2010 21:17:11 +0200 |
parents | a48d3d749ca5 |
children | 108bbfd6f03b |
rev | line source |
---|---|
8365
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-vsnprintf-posix.c |
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/test-snprintf-posix.h |
8763
39bb5430fc0e
Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
4 tests/test-vsnprintf.c |
9854
baba3b346ab2
Use macros NaNf, NaNd, NaNl instead of NAN.
Bruno Haible <bruno@clisp.org>
parents:
9850
diff
changeset
|
5 tests/nan.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
6 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
7 tests/macros.h |
8365
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Depends-on: |
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 stdint |
10601
ca053fa79cd3
Use a more portable replacement expression for -0.0L.
Bruno Haible <bruno@clisp.org>
parents:
9854
diff
changeset
|
11 float |
8365
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 configure.ac: |
8763
39bb5430fc0e
Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
14 AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1, |
39bb5430fc0e
Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
15 [Define to 1 for strict checking in test-vsnprintf.c.]) |
8365
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 |
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 Makefile.am: |
8763
39bb5430fc0e
Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
18 TESTS += test-vsnprintf-posix test-vsnprintf |
39bb5430fc0e
Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
19 check_PROGRAMS += test-vsnprintf-posix test-vsnprintf |
8365
108d466c6695
Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 |