Mercurial > hg > octave-kai > gnulib-hg
annotate modules/xprintf-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 | 1fc52d590529 |
children | a48d3d749ca5 |
rev | line source |
---|---|
9428
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-xprintf-posix.sh |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/test-xfprintf-posix.c |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 tests/test-xprintf-posix.c |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 tests/test-fprintf-posix.h |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 tests/test-printf-posix.h |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 tests/test-printf-posix.output |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Depends-on: |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 stdint |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 progname |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 configure.ac: |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 Makefile.am: |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 TESTS += test-xprintf-posix.sh |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' |
733dbb7b0c0a
Tests for module 'xprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 check_PROGRAMS += test-xfprintf-posix test-xprintf-posix |
9437 | 19 test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@ |
20 test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@ |