#!@SHELL@ # A shorthand for "guix offload", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" offload "$@" else exec guix offload "$@" fi le='Atom feed' href='https://git.koszko.org/guix/atom/tests/gremlin.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/gremlin.scm
AgeCommit message (Expand)Author
2019-05-18gremlin: Adjust tests for foreign distros....Ting-Wei Lan
2018-08-25Merge branch 'staging' into core-updatesMarius Bakke
2018-08-21gremlin: 'elf-dynamic-info-needed' test is no longer skipped....Ludovic Courtès
2018-05-07gremlin: Add 'strip-runpath'....Ludovic Courtès
2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin