Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/freadseek-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 | 03aab12b3f15 |
children |
rev | line source |
---|---|
9739 | 1 Files: |
2 tests/test-freadseek.c | |
3 tests/test-freadseek.sh | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9739
diff
changeset
|
4 tests/macros.h |
9739 | 5 |
6 Depends-on: | |
7 unistd | |
8 | |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 TESTS += test-freadseek.sh | |
13 check_PROGRAMS += test-freadseek |