annotate modules/linkedhash-list-tests @ 10560:0eefc6edf646

Tests for module 'cond'.
author Yoann Vandoorselaere <yoann.v@prelude-ids.com>
date Wed, 01 Oct 2008 03:39:40 +0200
parents ae4587be462b
children a8c91b846640
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
d31f3019f697 Assume automake >= 1.10.
Bruno Haible <bruno@clisp.org>
parents: 6979
diff changeset
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@