AboutSummaryRefsLogTreeCommitDiffStats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2020-05-18 12:54:51 +0200
committerDale Mellor <mcron-lsfnyl@rdmp.org>2020-06-08 08:49:37 +0100
commit92a940cca55a07efb67c7588bbca99a9fe305025 (patch)
treeb6cdcc546233635cd09106389780f67543d71eee /Makefile.am
parentd2143dea3f3d933b4c7f19b738827d6ae2bcfe53 (diff)
downloadmcron-92a940cca55a07efb67c7588bbca99a9fe305025.tar.gz
mcron-92a940cca55a07efb67c7588bbca99a9fe305025.tar.bz2
mcron-92a940cca55a07efb67c7588bbca99a9fe305025.zip
tests: Check (mcron vixie-specification)
* tests/vixie-specification.scm: New file. * Makefile.am (TESTS): Register it.
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 b5c6260..c7562c5 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -138,6 +138,7 @@ TESTS = \
tests/environment.scm \
tests/job-specifier.scm \
tests/utils.scm \
+ tests/vixie-specification.scm \
tests/vixie-time.scm
## -------------- ##