diff options
author | Florian Klink <flokli@flokli.de> | 2023-10-21T17·52+0100 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-10-23T14·57+0000 |
commit | 6800f1cdb9b6fc3f81c40c6d869ba5c2fcfba817 (patch) | |
tree | ed9e5be0027bef58cca164f840d2fd10d10f5840 /tvix/Cargo.nix | |
parent | 077bf06c1d429584422437d920c91a102b6bdc59 (diff) |
test(tvix/cli/derivation): add test cases for output path calc r/6874
Get some test coverage with some calls to builtins.derivation. The expected output paths were calculated with Nix. Change-Id: I2ce205ea5244e8ef939d9cacb033283fc6f15d17 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9817 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 7710f3afdf0a..759d808f0924 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -8764,6 +8764,12 @@ rec { packageId = "wu-manber"; } ]; + devDependencies = [ + { + name = "test-case"; + packageId = "test-case"; + } + ]; }; "tvix-eval" = rec { |