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/cli/Cargo.toml | |
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/cli/Cargo.toml')
-rw-r--r-- | tvix/cli/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tvix/cli/Cargo.toml b/tvix/cli/Cargo.toml index 94b010cc1efd..8bdd26ff459b 100644 --- a/tvix/cli/Cargo.toml +++ b/tvix/cli/Cargo.toml @@ -22,3 +22,6 @@ tokio = "1.28.0" [dependencies.wu-manber] git = "https://github.com/tvlfyi/wu-manber.git" + +[dev-dependencies] +test-case = "2.2.2" |