annotate modules/quotearg-tests @ 15053:d8eeaab555f5

mktime: Respect rules for use of AC_LIBOBJ. * m4/mktime.m4 (AC_FUNC_MKTIME): Remove macro. (gl_FUNC_MKTIME): Inline it here. Set gl_cv_func_working_mktime. Move AC_LIBOBJ and gl_PREREQ_MKTIME invocations from here... (gl_FUNC_MKTIME_INTERNAL): ... and here... * modules/mktime (configure.ac): ... to here. * modules/mktime-internal (configure.ac): ... and here. * m4/timegm.m4 (gl_FUNC_TIMEGM): Update.
author Bruno Haible <bruno@clisp.org>
date Sat, 21 May 2011 16:14:17 +0200
parents 413f5a66c55a
children 1f8299e68189
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13386
36af21ca41f7 Reduce dependencies.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
1 Status:
36af21ca41f7 Reduce dependencies.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
2 gettext-dependent-test
36af21ca41f7 Reduce dependencies.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
3
9700
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
4 Files:
11093
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
5 tests/test-quotearg.sh
9700
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
6 tests/test-quotearg.c
13386
36af21ca41f7 Reduce dependencies.
Bruno Haible <bruno@clisp.org>
parents: 12775
diff changeset
7 tests/test-quotearg.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 11093
diff changeset
8 tests/macros.h
11093
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
9 tests/locale/fr/LC_MESSAGES/test-quotearg.po
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
10 tests/locale/fr/LC_MESSAGES/test-quotearg.mo
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
11 m4/locale-fr.m4
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
12 m4/codeset.m4
9700
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
13
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
14 Depends-on:
11093
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
15 gettext
9700
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
16 progname
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
17 stdint
11093
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
18 setenv
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
19 unsetenv
14335
413f5a66c55a Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents: 13386
diff changeset
20 setlocale
9700
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
21
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
22 configure.ac:
11093
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
23 gt_LOCALE_FR
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
24 gt_LOCALE_FR_UTF8
9700
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
25
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
26 Makefile.am:
11093
fc5faccd30e7 Make test-quotearg work on MacOS X and AIX.
Bruno Haible <bruno@clisp.org>
parents: 9908
diff changeset
27 TESTS += test-quotearg.sh
12775
03aab12b3f15 Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
28 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
9700
f6f2dedca815 Quotearg part 4: add tests, fix c-maybe colon quoting.
Eric Blake <ebb9@byu.net>
parents:
diff changeset
29 check_PROGRAMS += test-quotearg
9908
a69cc9d85bcc test-quotearg needs to be linked against libintl (at least on Solaris).
Bruno Haible <bruno@clisp.org>
parents: 9700
diff changeset
30 test_quotearg_LDADD = $(LDADD) @LIBINTL@