Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
7870 | 1 Files: |
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 | 4 |
5 Depends-on: | |
6 | |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-c-ctype | |
11 check_PROGRAMS += test-c-ctype | |
12 |