annotate modules/c-ctype-tests @ 12496:a48d3d749ca5

Refactor common macros used in tests.
author Bruno Haible <bruno@clisp.org>
date Thu, 24 Dec 2009 21:01:42 +0100
parents d0a083ba411f
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