]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blob - tests/Makefile.am
m4/ax_c___attribute__.m4: Add.
[coloredstderr/coloredstderr.git] / tests / Makefile.am
1 TESTS = run.sh
2 check_PROGRAMS = example example_exec
3 example_SOURCES = example.c
4 example_exec_SOURCES = example_exec.c
5
6 if HAVE_ERROR_H
7     check_PROGRAMS += example_error
8     example_error_SOURCES = example_error.c
9 endif
10 if HAVE_VFORK
11     check_PROGRAMS += example_vfork
12     example_vfork_SOURCES = example_vfork.c
13 endif
14
15 dist_check_SCRIPTS = run.sh lib.sh
16 dist_check_DATA = example.expected \
17                   example_error.expected \
18                   example_exec.expected \
19                   example_vfork.expected \
20                   example-noforce.sh \
21                   example-noforce.sh.expected \
22                   example-redirects.sh \
23                   example-redirects.sh.expected \
24                   example-simple.sh \
25                   example-simple.sh.expected
26
27 # Used by run.sh.
28 export EGREP