annotate modules/symlinkat-tests @ 14645:5c448b1cba39

tests: drop unused link dependency Ever since commit 2392b18099, openat and fdopendir no longer drag in xalloc-die through indirect dependencies, so these tests no longer need $(LIBINTL). * modules/areadlinkat-tests (Makefile.am): Drop stale LDADD. * modules/dirent-safer-tests (Makefile.am): Likewise. * modules/fdopendir-tests (Makefile.am): Likewise. * modules/mkfifoat-tests (Makefile.am): Likewise. * modules/openat-safer-tests (Makefile.am): Likewise. * modules/openat-tests (Makefile.am): Likewise. * modules/readlinkat-tests (Makefile.am): Likewise. * modules/symlinkat-tests (Makefile.am): Likewise. * modules/linkat-tests (Makefile.am): Likewise. (Depends-on): Switch to filenamecat-lgpl. * modules/fdutimensat-tests (test_fdutimensat_LDADD): Drop unused LIBINTL. * modules/utimensat-tests (test_utimensat_LDADD): Likewise. * tests/test-linkat.c (main): Don't require xalloc. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Wed, 27 Apr 2011 16:38:05 -0600
parents 56e31af9a41e
children 002585582bf6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11956
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 Files:
12061
c47da311af77 test-symlinkat: enhance test
Eric Blake <ebb9@byu.net>
parents: 11956
diff changeset
2 tests/test-symlink.h
11956
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
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
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
6
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
7 Depends-on:
12842
b2bf8684a2db tests: silence warning about system return
Eric Blake <ebb9@byu.net>
parents: 12496
diff changeset
8 ignore-value
11956
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10 configure.ac:
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12 Makefile.am:
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
13 TESTS += test-symlinkat
55cb5282dd84 symlinkat: new module
Eric Blake <ebb9@byu.net>
parents:
diff changeset
14 check_PROGRAMS += test-symlinkat