annotate modules/snprintf-posix-tests @ 10264:ebb7ea0c94e8

Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author Ben Pfaff <blp@cs.stanford.edu>
date Sat, 12 Jul 2008 10:41:34 -0700
parents baba3b346ab2
children ca053fa79cd3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8367
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-snprintf-posix.c
271c916ae8f9 Tests for module 'snprintf-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-snprintf.c
9854
baba3b346ab2 Use macros NaNf, NaNd, NaNl instead of NAN.
Bruno Haible <bruno@clisp.org>
parents: 9850
diff changeset
5 tests/nan.h
8367
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 stdint
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 configure.ac:
8763
39bb5430fc0e Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
11 AC_DEFINE([CHECK_SNPRINTF_POSIX], 1,
39bb5430fc0e Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
12 [Define to 1 for strict checking in test-snprintf.c.])
8367
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
8763
39bb5430fc0e Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
15 TESTS += test-snprintf-posix test-snprintf
39bb5430fc0e Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
16 check_PROGRAMS += test-snprintf-posix test-snprintf
8367
271c916ae8f9 Tests for module 'snprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17