SummaryRefsLogTreeCommitDiffStats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2018-04-08 15:56:30 +0200
committerMathieu Lirzin <mthl@gnu.org>2018-04-08 16:07:16 +0200
commit9187aeb78f2237e91ec0bc9b47a3ec46f8bf0382 (patch)
tree513d936b503b7218a03da64cbaf00e3375618088 /Makefile.am
parentef452ce43b80959ab25b4a8bd90942c2ea1a9122 (diff)
downloadmcron-9187aeb78f2237e91ec0bc9b47a3ec46f8bf0382.tar.gz
mcron-9187aeb78f2237e91ec0bc9b47a3ec46f8bf0382.tar.bz2
mcron-9187aeb78f2237e91ec0bc9b47a3ec46f8bf0382.zip
tests: Add "tests/vixie-time.scm"
* tests/vixie-time.scm: New test. * Makefile.am (TESTS): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d551e5d..fdfbef3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -139,7 +139,8 @@ TESTS = \
tests/base.scm \
tests/environment.scm \
tests/job-specifier.scm \
- tests/utils.scm
+ tests/utils.scm \
+ tests/vixie-time.scm
## -------------- ##
## Distribution. ##