Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/symlinkat-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 | 917610de47d7 |
children |
rev | line source |
---|---|
11956 | 1 Files: |
12061 | 2 tests/test-symlink.h |
11956 | 3 tests/test-symlinkat.c |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
5 tests/macros.h |
11956 | 6 |
7 Depends-on: | |
12842
b2bf8684a2db
tests: silence warning about system return
Eric Blake <ebb9@byu.net>
parents:
12496
diff
changeset
|
8 ignore-value |
16033
917610de47d7
New modules 'at-internal', 'openat-h', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents:
14850
diff
changeset
|
9 openat |
11956 | 10 |
11 configure.ac: | |
12 | |
13 Makefile.am: | |
14 TESTS += test-symlinkat | |
15 check_PROGRAMS += test-symlinkat | |
14850
002585582bf6
Fix link errors in tests: openat-die uses gettext-h.
Bruno Haible <bruno@clisp.org>
parents:
14645
diff
changeset
|
16 test_symlinkat_LDADD = $(LDADD) @LIBINTL@ |