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>2022-07-07 16:56:54 +0100
commit5fd0ccde5a4cff70299999f988e6b5166584814d (patch)
treece22e615aefdc68da74ba191d495954708a65a98 /Makefile.am
parentd1a3e83cbcf3978c34215285198881ab7dc648bd (diff)
downloadmcron-5fd0ccde5a4cff70299999f988e6b5166584814d.tar.gz
mcron-5fd0ccde5a4cff70299999f988e6b5166584814d.tar.bz2
mcron-5fd0ccde5a4cff70299999f988e6b5166584814d.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
## -------------- ##