annotate modules/linked-list-tests @ 15166:e657c0244ac1

wctype: Move AC_LIBOBJ invocations to module description. * m4/wctype.m4 (gl_FUNC_WCTYPE): Set HAVE_WCTYPE. Move AC_LIBOBJ invocation from here... * modules/wctype (configure.ac): ... to here. (Depends-on): Update conditions.
author Bruno Haible <bruno@clisp.org>
date Sun, 22 May 2011 18:53:14 +0200 (2011-05-22)
parents a48d3d749ca5
children
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
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12445
diff changeset
3 tests/macros.h
6978
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 Depends-on:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 array-list
8296
cca53b88babb Avoid link error due to program_name.
Bruno Haible <bruno@clisp.org>
parents: 8239
diff changeset
7 progname
6978
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 configure.ac:
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Makefile.am:
8239
d31f3019f697 Assume automake >= 1.10.
Bruno Haible <bruno@clisp.org>
parents: 6978
diff changeset
12 TESTS += test-linked_list
6978
ec26419f7c0b Sequential list data type implemented by a linked list.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 check_PROGRAMS += test-linked_list