diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2016-09-14 23:14:57 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-09-23 16:53:07 +0200 |
commit | f65c62e53af27d3d73b362270084093586d97983 (patch) | |
tree | 96f252c86008d47211600299661ab9dee0870ad6 /build-aux | |
parent | 5ef0701f54482b83c433beb578715eb0d5321a74 (diff) | |
download | cuirass-f65c62e53af27d3d73b362270084093586d97983.tar cuirass-f65c62e53af27d3d73b362270084093586d97983.tar.gz |
tests: Track Cuirass' git.
* guix.scm: New file; specify Guix package.
* guix/ci.scm: New file; expose to Guix.
* build-aux/pre-inst-env.in: Add it to GUIX_PACKAGE_PATH.
* bin/evaluate.in (main): Lookup proc using name specified by #:proc.
* tests/guix-track-git.scm: New file.
* tests/hello-git.scm: Test it.
Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/pre-inst-env.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-aux/pre-inst-env.in b/build-aux/pre-inst-env.in index e8d9487..b67dc5e 100644 --- a/build-aux/pre-inst-env.in +++ b/build-aux/pre-inst-env.in @@ -30,4 +30,7 @@ export CUIRASS_DATADIR PATH="$abs_top_builddir/bin:$PATH" export PATH +GUIX_PACKAGE_PATH="guix${GUIX_PACKAGE_PATH:+:}$GUIX_PACKAGE_PATH" +export GUIX_PACKAGE_PATH + exec "$@" |