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).
19 lines
242 B
Plaintext
19 lines
242 B
Plaintext
Files:
|
|
tests/test-stat.h
|
|
tests/test-stat.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
getcwd-lgpl
|
|
same-inode
|
|
stdbool
|
|
symlink
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-stat
|
|
check_PROGRAMS += test-stat
|
|
test_stat_LDADD = $(LDADD) $(LIBINTL)
|