AboutSummaryRefsLogTreeCommitDiffStats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2020-05-18 12:54:52 +0200
committerDale Mellor <mcron-lsfnyl@rdmp.org>2020-06-08 08:49:51 +0100
commit765bfbf4d9e4cd22371313f653cd6431034798f0 (patch)
tree788255c7b8bcea321460cca6bd0706028cddb546 /Makefile.am
parent92a940cca55a07efb67c7588bbca99a9fe305025 (diff)
downloadmcron-765bfbf4d9e4cd22371313f653cd6431034798f0.tar.gz
mcron-765bfbf4d9e4cd22371313f653cd6431034798f0.tar.bz2
mcron-765bfbf4d9e4cd22371313f653cd6431034798f0.zip
tests: Check (mcron redirect)
* tests/redirect.scm: New file. * Makefile.am (TESTS): Register it. * src/mcron/redirect.scm (with-mail-out): Adapt to facilitate testing.
Diffstat (limited to 'Makefile.am')
-rwxr-xr-xMakefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c7562c5..ddfad07 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -137,6 +137,7 @@ TESTS = \
tests/base.scm \
tests/environment.scm \
tests/job-specifier.scm \
+ tests/redirect.scm \
tests/utils.scm \
tests/vixie-specification.scm \
tests/vixie-time.scm