Mercurial > hg > octave-kai > gnulib-hg
annotate modules/memcmp-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 | a48d3d749ca5 |
children |
rev | line source |
---|---|
10096 | 1 Files: |
2 tests/test-memcmp.c | |
11570
1e84e9b3384a
Make some tests ISO C 99 compliant.
Bruno Haible <bruno@clisp.org>
parents:
10096
diff
changeset
|
3 tests/zerosize-ptr.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
5 tests/macros.h |
11570
1e84e9b3384a
Make some tests ISO C 99 compliant.
Bruno Haible <bruno@clisp.org>
parents:
10096
diff
changeset
|
6 m4/mmap-anon.m4 |
10096 | 7 |
8 Depends-on: | |
11571
0d26e7ef3771
mmap-anon: avoid out-of-order autoconf expansion
Eric Blake <ebb9@byu.net>
parents:
11570
diff
changeset
|
9 extensions |
11570
1e84e9b3384a
Make some tests ISO C 99 compliant.
Bruno Haible <bruno@clisp.org>
parents:
10096
diff
changeset
|
10 getpagesize |
10096 | 11 |
12 configure.ac: | |
11570
1e84e9b3384a
Make some tests ISO C 99 compliant.
Bruno Haible <bruno@clisp.org>
parents:
10096
diff
changeset
|
13 gl_FUNC_MMAP_ANON |
11580
89e9741f299f
Make zeroptr.h work on mingw.
Bruno Haible <bruno@clisp.org>
parents:
11571
diff
changeset
|
14 AC_CHECK_HEADERS_ONCE([sys/mman.h]) |
11570
1e84e9b3384a
Make some tests ISO C 99 compliant.
Bruno Haible <bruno@clisp.org>
parents:
10096
diff
changeset
|
15 AC_CHECK_FUNCS_ONCE([mprotect]) |
10096 | 16 |
17 Makefile.am: | |
18 TESTS += test-memcmp | |
19 check_PROGRAMS += test-memcmp |