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