]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blob - tests/Makefile.am
tests/Makefile.am: Remove unnecessary *_SOURCES variables.
[coloredstderr/coloredstderr.git] / tests / Makefile.am
1 # Default since automake 1.13, necessary for older versions.
2 AUTOMAKE_OPTIONS = color-tests parallel-tests
3
4 TESTS = test_environment.sh \
5         test_example.sh \
6         test_exec.sh \
7         test_noforce.sh \
8         test_redirects.sh \
9         test_simple.sh
10 check_PROGRAMS = example example_exec
11
12 if HAVE_ERR_H
13     TESTS += test_err.sh
14     check_PROGRAMS += example_err
15 endif
16 if HAVE_ERROR_H
17     TESTS += test_error.sh
18     check_PROGRAMS += example_error
19 endif
20 if HAVE_VFORK
21     TESTS += test_vfork.sh
22     check_PROGRAMS += example_vfork
23 endif
24
25 dist_check_SCRIPTS = $(TESTS) lib.sh
26 dist_check_DATA = example.h \
27                   example.expected \
28                   example_environment.expected \
29                   example_environment_empty.expected \
30                   example_err.expected \
31                   example_error.expected \
32                   example_exec.expected \
33                   example_noforce.sh \
34                   example_noforce.sh.expected \
35                   example_redirects.sh \
36                   example_redirects.sh.expected \
37                   example_simple.sh \
38                   example_simple.sh.expected \
39                   example_vfork.expected
40
41 # Used by lib.sh.
42 export EGREP