Mercurial > hg > octave-kai > gnulib-hg
annotate modules/sprintf-posix-tests @ 10601:ca053fa79cd3
Use a more portable replacement expression for -0.0L.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 08 Oct 2008 02:05:26 +0200 |
parents | baba3b346ab2 |
children | 33ab12a7cea2 |
rev | line source |
---|---|
8374
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-sprintf-posix.c |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/test-sprintf-posix.h |
9854
baba3b346ab2
Use macros NaNf, NaNd, NaNl instead of NAN.
Bruno Haible <bruno@clisp.org>
parents:
9850
diff
changeset
|
4 tests/nan.h |
8374
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 Depends-on: |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 stdint |
10601
ca053fa79cd3
Use a more portable replacement expression for -0.0L.
Bruno Haible <bruno@clisp.org>
parents:
9854
diff
changeset
|
8 float |
8374
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 configure.ac: |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 Makefile.am: |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 TESTS += test-sprintf-posix |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 check_PROGRAMS += test-sprintf-posix |
c0d14b4ff537
Tests for module 'sprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 |