view modules/fchdir-tests @ 15856:3251de063435

Tests: Avoid link failures w.r.t. libintl. * modules/faccessat-tests (Makefile.am): Link test-faccessat against $(LIBINTL). * modules/fchdir-tests (Makefile.am): Link test-fchdir against $(LIBINTL). * modules/getcwd-lgpl-tests (Makefile.am): Link test-getcwd-lgpl against $(LIBINTL). * modules/getcwd-tests (Makefile.am): Link test-getcwd against $(LIBINTL). * modules/openat-tests (Makefile.am): Link test-fchmodat against $(LIBINTL). * modules/stat-tests (Makefile.am): Link test-stat against $(LIBINTL).
author Bruno Haible <bruno@clisp.org>
date Sat, 08 Oct 2011 16:36:22 +0200
parents 4843b6870f07
children
line wrap: on
line source

Files:
tests/test-fchdir.c
tests/signature.h
tests/macros.h

Depends-on:
cloexec
getcwd-lgpl

configure.ac:

Makefile.am:
TESTS += test-fchdir
check_PROGRAMS += test-fchdir
test_fchdir_LDADD = $(LDADD) $(LIBINTL)