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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10823
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
1 Files:
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
2 tests/test-parse-duration.sh
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
3 tests/test-parse-duration.c
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
4
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
5 Depends-on:
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
6 strdup
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
7 strerror
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
8
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
9 configure.ac:
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
10
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
11 Makefile.am:
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
12 TESTS += test-parse-duration.sh
72f4e089ac91 Tests for module 'parse-duration'.
Bruce Korb <bkorb@gnu.org>
parents:
diff changeset
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@