annotate modules/array-list-tests @ 10319:bfad00ed23a4

Separate the macros and the function symbols.
author Bruno Haible <bruno@clisp.org>
date Thu, 14 Aug 2008 12:51:54 +0200
parents ae4587be462b
children a8c91b846640
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
8698
ae4587be462b Fix --with-tests compilation on cygwin.
Eric Blake <ebb9@byu.net>
parents: 8631
diff changeset
12 test_array_list_LDADD = $(LDADD) @LIBINTL@
7867
815c86c622df Test for array-list module.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13