]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blob - tests/Makefile.am
Hook execve() and the other exec*() functions.
[coloredstderr/coloredstderr.git] / tests / Makefile.am
1 TESTS = run.sh
2 check_PROGRAMS = example example_exec example_vfork
3 example_SOURCES = example.c
4 example_exec_SOURCES = example_exec.c
5 example_vfork_SOURCES = example_vfork.c
6
7 dist_check_SCRIPTS = run.sh lib.sh
8 dist_check_DATA = example.expected \
9                   example_exec.expected \
10                   example_vfork.expected \
11                   example-noforce.sh \
12                   example-noforce.sh.expected \
13                   example-redirects.sh \
14                   example-redirects.sh.expected \
15                   example-simple.sh \
16                   example-simple.sh.expected
17
18 # Used by run.sh.
19 export EGREP