diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-05-10 02:22:09 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-12-01 00:15:55 +0100 |
commit | e9fde01d27e25847efb5e9bec9f9dfd9fd8478bf (patch) | |
tree | 66fa3b40f844bf3c23dc1bbc600029f5074aecad /Makefile.am | |
parent | 9d173e23bc0bf39c1114f2ac6fc6e5c1e56dd55f (diff) | |
download | mcron-e9fde01d27e25847efb5e9bec9f9dfd9fd8478bf.tar.gz mcron-e9fde01d27e25847efb5e9bec9f9dfd9fd8478bf.tar.bz2 mcron-e9fde01d27e25847efb5e9bec9f9dfd9fd8478bf.zip |
environment: modify-environment: Add tests.
* tests/environment.scm: New test.
* Makefile.am (TESTS): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 020aac6..c878685 100644 --- a/Makefile.am +++ b/Makefile.am @@ -68,7 +68,9 @@ SCM_LOG_DRIVER = \ $(builddir)/pre-inst-env $(GUILE) \ $(srcdir)/build-aux/test-driver.scm -TESTS = tests/job-specifier.scm +TESTS = \ + tests/environment.scm \ + tests/job-specifier.scm # Unset 'GUILE_LOAD_COMPILED_PATH' altogether while compiling. Otherwise, if # $GUILE_LOAD_COMPILED_PATH contains $(mcronmoduledir), we may find .go files |