summaryrefslogtreecommitdiff
path: root/srfi/srfi-64.scm
AgeCommit message (Collapse)Author
2014-02-24Update SRFI-64 to the latest upstream version.Mark H Weaver
* srfi/srfi-64.scm: Export 'test-group'. Call 'cond-expand-provide'. * srfi/srfi-64.upstream.scm: Update to the latest upstream version.
2012-04-19Add unit test for derivation parsing and output.Ludovic Courtès
* guix/derivations.scm: Export `read-derivation' and `write-derivation'. * srfi/srfi-64.scm, srfi/srfi-64.upstream.scm: New files, from libchop. * tests/derivations.scm, tests/test.drv: New files.