repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
gnulib
/
modules
/
chown-tests
blob
58b96568212ba9d4ca4f4e4035f072ffbcc0f126
1
Files:
2
tests/nap.h
3
tests/test-chown.h
4
tests/test-chown.c
5
tests/signature.h
6
tests/macros.h
7
8
Depends-on:
9
ignore-value
10
lstat
11
mgetgroups
12
nanosleep
13
stat-time
14
stdbool
15
symlink
16
17
configure.ac:
18
AC_CHECK_FUNCS_ONCE([getegid])
19
20
Makefile.am:
21
TESTS += test-chown
22
check_PROGRAMS += test-chown
23
test_chown_LDADD = $(LDADD) $(LIB_NANOSLEEP)