aboutsummaryrefslogtreecommitdiff
path: root/tests/bournish.scm
Commit message (Collapse)AuthorAge
* bournish: Extend 'rm' command.Ricardo Wurmus2017-01-26
| | | | | | * guix/build/bournish.scm (rm-command): New procedure. (%commands): Use it. * tests/bournish.scm: Add tests for "rm" and "rm -r".
* bournish: Allow compilation of multiple expressions.Ludovic Courtès2016-06-06
* guix/build/bournish.scm (%bournish-language): Add a joiner to SCHEME. Compile only to Scheme. * tests/bournish.scm: New file. * Makefile.am (SCM_TESTS): Add it.