test-dup2: enhance test
[pspp] / 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 setenv
8 stdbool
9 unistd
10 unsetenv
11
12 configure.ac:
13
14 Makefile.am:
15 TESTS += test-getopt
16 check_PROGRAMS += test-getopt
17 test_getopt_LDADD = $(LDADD) $(LIBINTL)