summaryrefslogtreecommitdiff
path: root/tests/gem.scm
Commit message (Collapse)AuthorAge
* import: gem: Fix minor bug and add unit test.David Thompson2015-09-01
* guix/import/gem.scm (make-gem-sexp): Properly handle an empty list of licenses. When rendering a list of licenses, cons 'list onto the front of the expression. * tests/gem.scm: New file. * Makefile.am (SCM_TESTS): Add it.