1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/access-tests
Bruno Haible 7631c4a3a5 euidaccess: Add tests.
* tests/test-access.h: New file, extracted from tests/test-access.c.
* tests/test-access.c: Moved most code to tests/test-access.h.
Include test-access.h.
(main): Invoke test_access.
* tests/test-euidaccess.c: New file, based on tests/test-access.c.
* modules/access-tests (Files): Add tests/test-access.h.
* modules/euidaccess-tests: New file, based on modules/access-tests.
2023-10-03 18:01:06 +02:00

18 lines
227 B
Plaintext

Files:
tests/test-access.c
tests/test-access.h
tests/signature.h
tests/macros.h
Depends-on:
creat
root-uid
symlink
configure.ac:
AC_CHECK_FUNCS_ONCE([geteuid])
Makefile.am:
TESTS += test-access
check_PROGRAMS += test-access