Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/array-list-tests @ 16897:c460072fb428
readme-release: also require announce-gen and maintainer-makefile
* modules/readme-release (Depends-on): here.
* modules/announce-gen, modules/do-release-commit-and-tag,
modules/gnu-web-doc-update, modules/maintainer-makefile
(Description): Point to readme-release.
author | Akim Demaille <akim@lrde.epita.fr> |
---|---|
date | Thu, 07 Jun 2012 16:25:13 +0200 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
7867 | 1 Files: |
2 tests/test-array_list.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12445
diff
changeset
|
3 tests/macros.h |
7867 | 4 |
5 Depends-on: | |
8286
bd763d866c77
Avoid link error due to 'program_name'.
Bruno Haible <bruno@clisp.org>
parents:
7867
diff
changeset
|
6 progname |
7867 | 7 |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-array_list | |
12 check_PROGRAMS += test-array_list | |
13 |