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