test-getopt: test stderr behavior
[gnulib.git] / modules / getopt-posix-tests
1 Files:
2 tests/test-getopt.c
3 tests/test-getopt.h
4 tests/test-getopt_long.h
5
6 Depends-on:
7 dup2
8 setenv
9 stdbool
10 unistd
11 unsetenv
12
13 configure.ac:
14
15 Makefile.am:
16 TESTS += test-getopt
17 check_PROGRAMS += test-getopt
18 test_getopt_LDADD = $(LDADD) $(LIBINTL)