1 TESTS = test_environment.sh \
8 check_PROGRAMS = example example_exec
9 example_SOURCES = example.c
10 example_exec_SOURCES = example_exec.c
13 TESTS += test_error.sh
14 check_PROGRAMS += example_error
15 example_error_SOURCES = example_error.c
18 TESTS += test_vfork.sh
19 check_PROGRAMS += example_vfork
20 example_vfork_SOURCES = example_vfork.c
23 dist_check_SCRIPTS = $(TESTS) lib.sh
24 dist_check_DATA = example.expected \
25 example_environment.expected \
26 example_environment_empty.expected \
27 example_error.expected \
28 example_exec.expected \
30 example_noforce.sh.expected \
31 example_redirects.sh \
32 example_redirects.sh.expected \
34 example_simple.sh.expected \
35 example_vfork.expected