diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-21T12·46+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-21T12·46+0000 |
commit | 7adaa6d4466063893c9ac6b5b7d71c423be34b69 (patch) | |
tree | 144e3b4f6e9c070d56e45c218e27c5a9e0cc8f57 /tests/gc-runtime.nix.in | |
parent | dcded7da4704ae66ebbb4343597868a7eb992aa7 (diff) |
* Test for runtime root finding.
Diffstat (limited to 'tests/gc-runtime.nix.in')
-rw-r--r-- | tests/gc-runtime.nix.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/gc-runtime.nix.in b/tests/gc-runtime.nix.in new file mode 100644 index 000000000000..e54fcf2d15ad --- /dev/null +++ b/tests/gc-runtime.nix.in @@ -0,0 +1,7 @@ +derivation { + name = "gc-runtime"; + system = "@system@"; + builder = "@shell@"; + args = ["-e" "-x" ./gc-runtime.builder.sh]; + PATH = "@coreutils@"; +} |