annotate modules/argp-version-etc-tests @ 17632:86af85d364e1 default tip

unistd: port readlink to Mac OS X 10.3.9 * lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work around self-include problem in Mac OS X 10.3.9 when combined with readlink module. Problem reported by Klaus Zietler in <http://bugs.gnu.org/16825>.
author Paul Eggert <eggert@penguin.cs.ucla.edu>
date Tue, 25 Feb 2014 11:16:27 -0800
parents 03aab12b3f15
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11651
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
1 Files:
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
2 tests/test-argp-version-etc.c
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
3 tests/test-argp-version-etc-1.sh
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
4
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
5 Depends-on:
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
6 argp
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
7 progname
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
8 version-etc-fsf
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
9
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
10 Makefile.am:
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
11 TESTS += test-argp-version-etc test-argp-version-etc-1.sh
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
12 check_PROGRAMS += test-argp-version-etc
64c83b4fa303 argp-version-etc: new module.
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
13 test_argp_version_etc_LDADD = $(LDADD) @LIBINTL@