mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* tests/test-openat2.c: Include ignore-value.h. (do_prepare): Remove left-overs on disk. * modules/openat2-tests (Depends-on): Add ignore-value.
24 lines
317 B
Plaintext
24 lines
317 B
Plaintext
Files:
|
|
tests/test-openat2.c
|
|
tests/test-open.h
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
close
|
|
fcntl
|
|
ignore-value
|
|
mkdirat
|
|
stdcountof-h
|
|
stdint-h
|
|
symlinkat
|
|
unlinkat
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-openat2
|
|
check_PROGRAMS += test-openat2
|
|
test_openat2_LDADD = $(LDADD) @LIBINTL@
|