Mercurial > hg > octave-kai > gnulib-hg
annotate modules/linkedhash-list-tests @ 8054:aa8abb5db935
Enforce the use of gnulib modules for unportable <string.h> functions.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 01 Feb 2007 00:29:52 +0000 |
parents | 17657e80a184 |
children | d31f3019f697 |
rev | line source |
---|---|
6979
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-linkedhash_list.c |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Depends-on: |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 array-list |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 configure.ac: |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Makefile.am: |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 TESTS += test-linkedhash_list$(EXEEXT) |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 check_PROGRAMS += test-linkedhash_list |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |