mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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).
15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
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@
|