diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2020-05-18 12:54:52 +0200 |
---|---|---|
committer | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2020-06-08 08:49:51 +0100 |
commit | 765bfbf4d9e4cd22371313f653cd6431034798f0 (patch) | |
tree | 788255c7b8bcea321460cca6bd0706028cddb546 /Makefile.am | |
parent | 92a940cca55a07efb67c7588bbca99a9fe305025 (diff) | |
download | mcron-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-x | Makefile.am | 1 |
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 |