annotate modules/snprintf-tests @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents a48d3d749ca5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8327
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
2 tests/test-snprintf.c
12489
33ab12a7cea2 tests: add signature checks
Eric Blake <ebb9@byu.net>
parents: 8327
diff changeset
3 tests/signature.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
4 tests/macros.h
8327
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 Depends-on:
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 configure.ac:
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Makefile.am:
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 TESTS += test-snprintf
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 check_PROGRAMS += test-snprintf
ce1d4fb435ff Tests for module 'snprintf'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13