annotate modules/array-list-tests @ 12445:a8c91b846640

Move the malloc checking from module 'list' to new module 'xlist'.
author Bruno Haible <bruno@clisp.org>
date Mon, 14 Dec 2009 00:24:41 +0100
parents ae4587be462b
children a48d3d749ca5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7867
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-array_list.c
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
8286
bd763d866c77 Avoid link error due to 'program_name'.
Bruno Haible <bruno@clisp.org>
parents: 7867
diff changeset
5 progname
7867
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 configure.ac:
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Makefile.am:
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 TESTS += test-array_list
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 check_PROGRAMS += test-array_list
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12