Mercurial > hg > octave-shane > gnulib-hg
view modules/faccessat-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 | e52fd8710d18 |
children |
line wrap: on
line source
Files: tests/test-faccessat.c tests/signature.h tests/macros.h Depends-on: fcntl-h configure.ac: Makefile.am: TESTS += test-faccessat check_PROGRAMS += test-faccessat test_faccessat_LDADD = $(LDADD) $(LIB_EACCESS) @LIBINTL@