view 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
line wrap: on
line source

Files:
tests/macros.h
tests/signature.h
tests/test-getopt.c
tests/test-getopt.h
tests/test-getopt_long.h

Depends-on:
dup2
setenv
stdbool
unistd
unsetenv

configure.ac:

Makefile.am:
TESTS += test-getopt
check_PROGRAMS += test-getopt
test_getopt_LDADD = $(LDADD) $(LIBINTL)