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
/
utimensat-tests
blob
09e5cb15bfb433b2ef1ffc86e661277604754ef9
1
Files:
2
tests/nap.h
3
tests/test-lutimens.h
4
tests/test-utimens.h
5
tests/test-utimens-common.h
6
tests/test-utimensat.c
7
tests/signature.h
8
tests/macros.h
9
10
Depends-on:
11
ignore-value
12
nanosleep
13
timespec
14
utimecmp
15
16
configure.ac:
17
18
Makefile.am:
19
TESTS += test-utimensat
20
check_PROGRAMS += test-utimensat
21
test_utimensat_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) $(LIB_NANOSLEEP) @LIBINTL@