Mercurial > hg > octave-shane > gnulib-hg
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 |
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 | |
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 | 13 |