blob: 4b35c21150073a1eec2ffc477c26a1088724ebbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Files:
tests/test-access.c
tests/signature.h
tests/macros.h
Depends-on:
creat
root-uid
configure.ac:
AC_CHECK_FUNCS_ONCE([geteuid])
Makefile.am:
TESTS += test-access
check_PROGRAMS += test-access
|