1Files: 2tests/macros.h 3tests/signature.h 4tests/test-getopt.c 5tests/test-getopt.h 6tests/test-getopt_long.h 7 8Depends-on: 9dup2 10setenv 11stdbool 12unistd 13unsetenv 14 15configure.ac: 16 17Makefile.am: 18TESTS += test-getopt 19check_PROGRAMS += test-getopt 20test_getopt_LDADD = $(LDADD) $(LIBINTL) 21