Mercurial > hg > octave-kai > gnulib-hg
annotate modules/linkedhash-list-tests @ 10264:ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:41:34 -0700 (2008-07-12) |
parents | ae4587be462b |
children | a8c91b846640 |
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 |
8698
ae4587be462b
Fix --with-tests compilation on cygwin.
Eric Blake <ebb9@byu.net>
parents:
8631
diff
changeset
|
13 test_linkedhash_list_LDADD = $(LDADD) @LIBINTL@ |