Mercurial > hg > octave-kai > gnulib-hg
annotate modules/memcmp-tests @ 16063:c3b6b5b6bc32
More conditional dependencies.
* modules/faccessat (Depends-on): Add conditions.
* modules/fchmodat (Depends-on): Likewise.
* modules/fchownat (Depends-on): Likewise.
* modules/fstatat (Depends-on): Likewise.
* modules/mkfifoat (Depends-on): Likewise.
* modules/readlinkat (Depends-on): Likewise.
* modules/symlinkat (Depends-on): Likewise.
* modules/unlinkat (Depends-on): Likewise.
* modules/utimensat (Depends-on): Likewise.
* modules/mkdirat (Depends-on): Add sys_stat. Add conditions.
* modules/linkat (Depends-on): Refine the conditions.
* modules/renameat (Depends-on): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 09 Nov 2011 02:42:45 +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 |