From 2b9b54b72938144320e1a1285b011182a3c52ac4 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Thu, 19 Oct 2017 23:58:57 +0200 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3