Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/fnmatch-tests @ 14953:632892f73130
fwriting: Move AC_LIBOBJ invocations to module description.
* m4/fwriting.m4 (gl_FUNC_FWRITINT): Move AC_LIBOBJ invocation from
here...
* modules/fwriting (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 07 May 2011 13:48:53 +0200 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
11548
ba7a8ed1c2ac
New module fnmatch-tests.
Simon Josefsson <simon@josefsson.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-fnmatch.c |
12489 | 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 |
11548
ba7a8ed1c2ac
New module fnmatch-tests.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
5 |
ba7a8ed1c2ac
New module fnmatch-tests.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
6 Makefile.am: |
ba7a8ed1c2ac
New module fnmatch-tests.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
7 TESTS += test-fnmatch |
ba7a8ed1c2ac
New module fnmatch-tests.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
8 check_PROGRAMS += test-fnmatch |