annotate modules/getopt-posix-tests @ 17305:0e5a583a2a8d

regex: test for buffer overrun * m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab, for the just-fixed regex bug.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 29 Jan 2013 22:34:58 -0800
parents 618282a72d9b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11820
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
12510
618282a72d9b tests: use macros.h in more places
Eric Blake <ebb9@byu.net>
parents: 12489
diff changeset
2 tests/macros.h
12489
33ab12a7cea2 tests: add signature checks
Eric Blake <ebb9@byu.net>
parents: 12474
diff changeset
3 tests/signature.h
11820
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 tests/test-getopt.c
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 tests/test-getopt.h
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 tests/test-getopt_long.h
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
12474
266f24fed73e test-getopt: test stderr behavior
Eric Blake <ebb9@byu.net>
parents: 12371
diff changeset
9 dup2
12124
ddffc79e6aa1 getopt-gnu: add another test
Eric Blake <ebb9@byu.net>
parents: 11884
diff changeset
10 setenv
12371
9f4c9181d1d6 getopt-gnu: flush out another BSD bug
Eric Blake <ebb9@byu.net>
parents: 12124
diff changeset
11 stdbool
11820
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 unistd
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 unsetenv
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 TESTS += test-getopt
48b5d5434e51 Tests for modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 check_PROGRAMS += test-getopt
11884
0c06eef5cb3b Avoid test link errors when the modules getopt-gnu, gettext are used.
Bruno Haible <bruno@clisp.org>
parents: 11820
diff changeset
20 test_getopt_LDADD = $(LDADD) $(LIBINTL)