bournish: Allow compilation of multiple expressions.
authorLudovic Courtès <ludo@gnu.org>
Mon, 6 Jun 2016 16:12:31 +0000 (18:12 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 Jun 2016 16:14:52 +0000 (18:14 +0200)
commitf82c58539e1f7b9b864e68ea2ab0c6a17c15fbb5
treed6e8c1f22cc9ec41d9fb3628d3540688dde99c02
parent8bebe00a76012a07e91930dcfd68058d4309ae99
bournish: Allow compilation of multiple expressions.

* 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.
Makefile.am
guix/build/bournish.scm
tests/bournish.scm [new file with mode: 0644]