Mercurial > hg > octave-jordi > gnulib-hg
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 |
rev | line source |
---|---|
7867 | 1 Files: |
2 tests/test-array_list.c | |
3 | |
4 Depends-on: | |
8286
bd763d866c77
Avoid link error due to 'program_name'.
Bruno Haible <bruno@clisp.org>
parents:
7867
diff
changeset
|
5 progname |
7867 | 6 |
7 configure.ac: | |
8 | |
9 Makefile.am: | |
10 TESTS += test-array_list | |
11 check_PROGRAMS += test-array_list | |
12 |