Mercurial > hg > octave-lojdl > gnulib-hg
comparison modules/linked-list-tests @ 8239:d31f3019f697
Assume automake >= 1.10.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 25 Feb 2007 13:22:57 +0000 |
parents | ec26419f7c0b |
children | cca53b88babb |
comparison
equal
deleted
inserted
replaced
8238:15ceab8cf57a | 8239:d31f3019f697 |
---|---|
5 array-list | 5 array-list |
6 | 6 |
7 configure.ac: | 7 configure.ac: |
8 | 8 |
9 Makefile.am: | 9 Makefile.am: |
10 TESTS += test-linked_list$(EXEEXT) | 10 TESTS += test-linked_list |
11 check_PROGRAMS += test-linked_list | 11 check_PROGRAMS += test-linked_list |
12 | 12 |