annotate modules/c-ctype-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
7870
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-c-ctype.c
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 7870
diff changeset
3 tests/macros.h
7870
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Depends-on:
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 configure.ac:
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Makefile.am:
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 TESTS += test-c-ctype
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 check_PROGRAMS += test-c-ctype
d0a083ba411f Test for the c-ctype module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12