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