]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blob - tests/Makefile.am
tests/test_symbols.sh: Add.
[coloredstderr/coloredstderr.git] / tests / Makefile.am
1 TESTS = test_example.sh \
2         test_exec.sh \
3         test_noforce.sh \
4         test_redirects.sh \
5         test_simple.sh \
6         test_symbols.sh
7 check_PROGRAMS = example example_exec
8 example_SOURCES = example.c
9 example_exec_SOURCES = example_exec.c
10
11 if HAVE_ERROR_H
12     TESTS += test_error.sh
13     check_PROGRAMS += example_error
14     example_error_SOURCES = example_error.c
15 endif
16 if HAVE_VFORK
17     TESTS += test_vfork.sh
18     check_PROGRAMS += example_vfork
19     example_vfork_SOURCES = example_vfork.c
20 endif
21
22 dist_check_SCRIPTS = $(TESTS) lib.sh
23 dist_check_DATA = example.expected \
24                   example_error.expected \
25                   example_exec.expected \
26                   example_noforce.sh \
27                   example_noforce.sh.expected \
28                   example_redirects.sh \
29                   example_redirects.sh.expected \
30                   example_simple.sh \
31                   example_simple.sh.expected \
32                   example_vfork.expected
33
34 # Used by lib.sh.
35 export EGREP