summaryrefslogtreecommitdiff
path: root/tests/gremlin.scm
Commit message (Expand)AuthorAgeFilesLines
* gremlin: Add support for the expansion of $ORIGIN in RUNPATH.•••* guix/build/gremlin.scm (expand-variable, expand-origin): New procedures. (validate-needed-in-runpath): Map 'expand-origin' to the RUNPATH field of DYNINFO. * tests/gremlin.scm ("expand-origin"): New test. Ludovic Courtès2015-04-231-0/+12
* Add (guix build gremlin).•••* guix/build/gremlin.scm, tests/gremlin.scm: New files. * Makefile.am (MODULES): Add guix/build/gremlin.scm. (SCM_TESTS): Add tests/gremlin.scm. Ludovic Courtès2015-03-311-0/+57