getopt-gnu: add another test
[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 setenv
8 unistd
9 unsetenv
10
11 configure.ac:
12
13 Makefile.am:
14 TESTS += test-getopt
15 check_PROGRAMS += test-getopt
16 test_getopt_LDADD = $(LDADD) $(LIBINTL)