aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-11-22 11:59:01 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-12-03 16:59:06 +0100
commit4769fd7e7fabcb3d8d33c95d5d361e16c10b17cb (patch)
tree5fb5da4fd4dc35af1ec3b602de33d7ae94cc780a /nix
parent94e07e104747d28e386d0bcde2db22d5c2b67fa4 (diff)
downloadguix-4769fd7e7fabcb3d8d33c95d5d361e16c10b17cb.tar.gz
guix-4769fd7e7fabcb3d8d33c95d5d361e16c10b17cb.zip
gnu: r-tfbstools: Add test inputs.
* gnu/packages/bioconductor.scm (r-tfbstools)[native-inputs]: Add r-testthat. Change-Id: I7f7f455bbc66ff5344b6fd8f3f0559a279ac51b7
Diffstat (limited to 'nix')
0 files changed, 0 insertions, 0 deletions
e): New procedures. * tests/build-utils.scm ("wrap-script, simple case", "wrap-script, with encoding declaration", "wrap-script, raises condition"): New tests. Ricardo Wurmus 2016-09-07utils: 'wrap-program' produces only one wrapper file....* guix/build/utils.scm (wrap-program)[wrapper-file-name] [next-wrapper-number, wrapper-target]: Remove. [wrapped-file, already-wrapped?]: New variables. [last-line]: New procedure. Use it to append to PROG when a wrapper already exists. * tests/build-utils.scm ("wrap-program, one input, multiple calls"): Adjust the list of files to delete. Ludovic Courtès 2016-09-02tests: Test 'wrap-program' without building a package....* tests/build-utils.scm (%store): Remove. ("wrap-program, one input, multiple calls"): Rewrite without resorting to packages and derivations. Ludovic Courtès