Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/linkedhash-list-tests @ 8294:b12520f4cc34
Avoid a link error due to program_name.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 03 Mar 2007 04:01:15 +0000 |
parents | d31f3019f697 |
children | 4eb9b582db2e |
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 |
8294
b12520f4cc34
Avoid a link error due to program_name.
Bruno Haible <bruno@clisp.org>
parents:
8239
diff
changeset
|
6 progname |
6979
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 configure.ac: |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 Makefile.am: |
8239 | 11 TESTS += test-linkedhash_list |
6979
17657e80a184
Sequential list data type implemented by a hash table with a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 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
|
13 |