diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2018-03-24 00:40:04 +0100 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2018-03-24 01:18:21 +0100 |
commit | 6583e83d16288d78645d806af3e4f69f4f1a655a (patch) | |
tree | 8a34899883700373af3463795edc977f427b3d6b /Makefile.am | |
parent | ac39c00859f763933fa86d761812f37862e91b78 (diff) | |
download | mcron-6583e83d16288d78645d806af3e4f69f4f1a655a.tar.gz mcron-6583e83d16288d78645d806af3e4f69f4f1a655a.tar.bz2 mcron-6583e83d16288d78645d806af3e4f69f4f1a655a.zip |
tests: Add "tests/base.scm"
* tests/base.scm: New test.
* Makefile.am (TESTS): Add it.
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 e37b0f4..07a492f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -136,6 +136,7 @@ SCM_LOG_DRIVER = \ TESTS = \ tests/basic.sh \ tests/schedule.sh \ + tests/base.scm \ tests/environment.scm \ tests/job-specifier.scm |