environment: modify-environment: Add tests.
* tests/environment.scm: New test. * Makefile.am (TESTS): Add it.
This commit is contained in:
parent
9d173e23bc
commit
e9fde01d27
2 changed files with 42 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue