AboutSummaryRefsLogTreeCommitDiffStats
path: root/tests/environment.scm
Commit message (Collapse)AuthorAgeFilesLines
* environment: Check configuration environmentMathieu Lirzin2018-03-241-1/+54
| | | | | | | * tests/environment.scm ("current-environment-mods-copy: empty") ("current-environment-mods: init", "append-environment-mods: basic") ("append-environment-mods: twice", "clear-environment-mods: effect") ("current-environment-mods-copy: basic"): New tests.
* environment: modify-environment: Add tests.Mathieu Lirzin2016-12-011-0/+39
* tests/environment.scm: New test. * Makefile.am (TESTS): Add it.