Mercurial > hg > octave-kai > gnulib-hg
annotate modules/linked-list-tests @ 15814:625d9f3201d8
acl: Fix specification.
* lib/file-has-acl.c (file_has_acl): Fix specification.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 03 Oct 2011 15:48:57 +0200 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
6978
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-linked_list.c |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12445
diff
changeset
|
3 tests/macros.h |
6978
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 Depends-on: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 array-list |
8296
cca53b88babb
Avoid link error due to program_name.
Bruno Haible <bruno@clisp.org>
parents:
8239
diff
changeset
|
7 progname |
6978
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 configure.ac: |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 |
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 Makefile.am: |
8239 | 12 TESTS += test-linked_list |
6978
ec26419f7c0b
Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 check_PROGRAMS += test-linked_list |