]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blob - tests/Makefile.am
Hook error() and error_at_line() if available.
[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 if HAVE_ERROR_H
8     check_PROGRAMS += example_error
9     example_error_SOURCES = example_error.c
10 endif
11
12 dist_check_SCRIPTS = run.sh lib.sh
13 dist_check_DATA = example.expected \
14                   example_error.expected \
15                   example_exec.expected \
16                   example_vfork.expected \
17                   example-noforce.sh \
18                   example-noforce.sh.expected \
19                   example-redirects.sh \
20                   example-redirects.sh.expected \
21                   example-simple.sh \
22                   example-simple.sh.expected
23
24 # Used by run.sh.
25 export EGREP