Mercurial > hg > octave-kai > gnulib-hg
annotate modules/utimens-tests @ 16023:dc33aa820898
New module 'fstatat', split off from module 'openat'.
* lib/openat.h (statat, lstatat): Enable only if GNULIB_FSTATAT is
defined.
* m4/fstatat.m4: New file. extracted from m4/openat.m4.
* m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_FSTATAT. Don't invoke
gl_FUNC_FSTATAT.
(gl_FUNC_FSTATAT): Moved to m4/fstatat.m4.
* modules/fstatat: New file, extracted from modules/openat.
* modules/openat (Files): Remove lib/fstatat.c.
(Depends-on): Remove lstat.
(configure.ac): Remove AC_LIBOBJ of fstatat.
* modules/fstatat-tests: New file, extracted from modules/openat-tests.
* modules/openat-tests (Files): Remove tests/test-fstatat.c,
tests/test-lstat.h, tests/test-stat.h.
(Depends-on): Remove getcwd-lgpl.
(Makefile.am): Remove rules for test-fstatat.
* doc/posix-functions/fstatat.texi: Mention module 'fstatat' instead
of module 'openat'.
* NEWS: Mention the change.
* modules/getcwd (Depends-on): Add fstatat.
* modules/linkat (Depends-on): Likewise.
* modules/mkfifoat-tests (Depends-on): Likewise.
* modules/utimensat (Depends-on): Add fstatat. Remove openat.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 03 Nov 2011 12:03:53 +0100 |
parents | 45b9be95a543 |
children | 4d287898db14 |
rev | line source |
---|---|
12156 | 1 Files: |
12469
8b48f88c47f1
test-utimens: avoid spurious failure
Eric Blake <ebb9@byu.net>
parents:
12316
diff
changeset
|
2 tests/nap.h |
12156 | 3 tests/test-futimens.h |
12158
899dd13e9f8b
utimens: add lutimens interface
Eric Blake <ebb9@byu.net>
parents:
12156
diff
changeset
|
4 tests/test-lutimens.h |
12156 | 5 tests/test-utimens.h |
12171
47c9f1788846
test-stat-time, test-utimens: improve portability
Eric Blake <ebb9@byu.net>
parents:
12160
diff
changeset
|
6 tests/test-utimens-common.h |
12156 | 7 tests/test-utimens.c |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12469
diff
changeset
|
8 tests/macros.h |
12156 | 9 |
10 Depends-on: | |
15760 | 11 dup |
12842
b2bf8684a2db
tests: silence warning about system return
Eric Blake <ebb9@byu.net>
parents:
12496
diff
changeset
|
12 ignore-value |
12158
899dd13e9f8b
utimens: add lutimens interface
Eric Blake <ebb9@byu.net>
parents:
12156
diff
changeset
|
13 symlink |
12156 | 14 timespec |
12316
d47887220b68
usleep: use it to simplify tests
Eric Blake <ebb9@byu.net>
parents:
12171
diff
changeset
|
15 usleep |
12156 | 16 utimecmp |
17 | |
18 configure.ac: | |
19 | |
20 Makefile.am: | |
21 TESTS += test-utimens | |
22 check_PROGRAMS += test-utimens | |
15277 | 23 test_utimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) |