annotate modules/linked-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
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
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 array-list
8296
cca53b88babb Avoid link error due to program_name.
Bruno Haible <bruno@clisp.org>
parents: 8239
diff changeset
6 progname
6978
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 configure.ac:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
ec26419f7c0b Sequential list data type implemented by 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: 6978
diff changeset
11 TESTS += test-linked_list
6978
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 check_PROGRAMS += test-linked_list
8698
ae4587be462b Fix --with-tests compilation on cygwin.
Eric Blake <ebb9@byu.net>
parents: 8631
diff changeset
13 test_linked_list_LDADD = $(LDADD) @LIBINTL@