Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/parse-duration-tests @ 15142:5d4def55e128
wcscat: Move AC_LIBOBJ invocations to module description.
* m4/wcscat.m4 (gl_FUNC_WCSCAT): Move AC_LIBOBJ invocation from here...
* modules/wcscat (configure.ac): ... to here.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 22 May 2011 18:08:09 +0200 |
parents | 03aab12b3f15 |
children | 3dd127ee27c3 |
rev | line source |
---|---|
10823 | 1 Files: |
2 tests/test-parse-duration.sh | |
3 tests/test-parse-duration.c | |
4 | |
5 Depends-on: | |
6 strdup | |
7 strerror | |
8 | |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 TESTS += test-parse-duration.sh | |
13 check_PROGRAMS += test-parse-duration | |
11996
c64f6d58bbc4
parse-duration-tests: avoid link failure
Eric Blake <ebb9@byu.net>
parents:
10823
diff
changeset
|
14 test_parse_duration_LDADD = $(LDADD) @LIBINTL@ |