From 6800f1cdb9b6fc3f81c40c6d869ba5c2fcfba817 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 21 Oct 2023 18:52:22 +0100 Subject: test(tvix/cli/derivation): add test cases for output path calc 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 --- tvix/cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tvix/cli/Cargo.toml') 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" -- cgit 1.4.1