1 TESTS = test_example.sh \
6 check_PROGRAMS = example example_exec
7 example_SOURCES = example.c
8 example_exec_SOURCES = example_exec.c
11 TESTS += test_error.sh
12 check_PROGRAMS += example_error
13 example_error_SOURCES = example_error.c
16 TESTS += test_vfork.sh
17 check_PROGRAMS += example_vfork
18 example_vfork_SOURCES = example_vfork.c
21 dist_check_SCRIPTS = $(TESTS) lib.sh
22 dist_check_DATA = example.expected \
23 example_error.expected \
24 example_exec.expected \
25 example_vfork.expected \
27 example_noforce.sh.expected \
28 example_redirects.sh \
29 example_redirects.sh.expected \
31 example_simple.sh.expected