diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-10-19 23:58:57 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-03-16 21:41:52 +0100 |
commit | 2b9b54b72938144320e1a1285b011182a3c52ac4 (patch) | |
tree | a335f3c14419610d4d248b76c1061b19e91f146a /Makefile.am | |
parent | 5f83aef90f0b5a3bef3baee48bc6f6cdf452155d (diff) | |
download | mcron-2b9b54b72938144320e1a1285b011182a3c52ac4.tar.gz mcron-2b9b54b72938144320e1a1285b011182a3c52ac4.tar.bz2 mcron-2b9b54b72938144320e1a1285b011182a3c52ac4.zip |
tests: Add 'schedule.sh'
* tests/schedule.sh: New test.
* Makefile.am (TESTS): Add it.
* src/mcron/job-specifier.scm (configuration-time): Use
SOURCE_DATE_EPOCH for reproducible tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9972c5c..cb43143 100644 --- a/Makefile.am +++ b/Makefile.am @@ -135,6 +135,7 @@ SCM_LOG_DRIVER = \ TESTS = \ tests/basic.sh \ + tests/schedule.sh \ tests/environment.scm \ tests/job-specifier.scm |