Mercurial > hg > octave-kai > gnulib-hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
15855:222621347e0b | 15856:3251de063435 |
---|---|
10 configure.ac: | 10 configure.ac: |
11 | 11 |
12 Makefile.am: | 12 Makefile.am: |
13 TESTS += test-fchdir | 13 TESTS += test-fchdir |
14 check_PROGRAMS += test-fchdir | 14 check_PROGRAMS += test-fchdir |
15 test_fchdir_LDADD = $(LDADD) $(LIBINTL) |