mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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.
18 lines
227 B
Plaintext
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
|